Skip to content

Commit 30a6025

Browse files
committed
Alight with ES6 modules in angular-point 5.x.x.
1 parent 204db3a commit 30a6025

40 files changed

+3107
-13054
lines changed

.bowerrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.editorconfig

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1-
# EditorConfig helps developers define and maintain consistent
2-
# coding styles between different editors and IDEs
3-
# editorconfig.org
4-
1+
# Editor configuration, see http://editorconfig.org
52
root = true
63

7-
84
[*]
9-
10-
# Change these settings to your own preference
11-
indent_style = space
12-
indent_size = 4
13-
trim_trailing_whitespace = true
14-
15-
# We recommend you to keep these unchanged
16-
end_of_line = lf
175
charset = utf-8
18-
trim_trailing_whitespace = true
6+
indent_style = space
7+
indent_size = 2
198
insert_final_newline = true
9+
trim_trailing_whitespace = true
2010

2111
[*.md]
12+
max_line_length = off
2213
trim_trailing_whitespace = false

.gitignore

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
node_modules/
2-
bower_components/
3-
*.log
4-
.idea
1+
node_modules
2+
3+
reports
4+
typings
5+
out
56
.tmp
6-
.grunt
7+
docs
8+
9+
# Private
10+
/config/_private.conf.json
711
.DS_Store
8-
.settings
12+
13+
# IDE
14+
.idea
15+
.vscode

bower.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

deprecated/apDiscussionNewPost.html

Lines changed: 0 additions & 26 deletions
This file was deleted.

deprecated/apDiscussionThread.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

deprecated/apDiscussionThread.html

Lines changed: 0 additions & 26 deletions
This file was deleted.

deprecated/apDiscussionThread.js

Lines changed: 0 additions & 106 deletions
This file was deleted.

deprecated/apDiscussionThreadFactory.js

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)