You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
The Project structure use approachs below
7
7
8
8
1. CommonJS-style, Modular Loader to be ompatible with browserify
9
-
2.[Angular style guide](https://angular.io/docs/ts/latest/guide/style-guide.html) to follow file structure, naming convention
10
-
3.[Upgrading guideline](https://angular.io/docs/ts/latest/guide/upgrade.html#!#using-a-module-loader) from Angular 1.x to Angular (2.x ++) with minimum efforts
9
+
2.[Angular style guide](https://angular.io/docs/ts/latest/guide/style-guide.html) to follow file structure, naming convention etc,
10
+
3.Compatible with [Upgrading guideline](https://angular.io/docs/ts/latest/guide/upgrade.html#!#using-a-module-loader) (I hope :p) from Angular 1.x to Angular (2.x ++) with minimum efforts
11
11
4. Ahead-of-time compilation (AOT) build process by using Browserify-Watchify
0 commit comments