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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Depending on your preferences you can build Angular applications using **angular
6
6
7
7
**angular-cli** uses Webpack for bundling final app while Angular apps who don't use it rely on SystemJS for loading configuration, therefore integration in Laravel is different for those two development choices.
8
8
9
-
This project supports both so if for some reason you want to have Angular apps built with **angular-cli** and packed with Webpack alongside with Angular apps which are not packed, you can.
9
+
This project supports both so if you want to have Angular apps built with **angular-cli** and packed with Webpack alongside with Angular apps which are not packed, you can.
10
10
11
11
I recomend using **angular-cli** though as apps it produces are much faster.
12
12
@@ -39,8 +39,8 @@ npm install
39
39
Note that you must run neccessary commands to start the apps and since integration into Laravel is different whether you using **angular-cli** or not this tutorial is separated into two parts.
40
40
If you only care for developing with **angular-cli** read first part, but if you want to run demo apps and develop in Angular not using **angular-cli** read second part also.
41
41
42
-
+[Angular with angular-cli integration](docs/angular-cli/Ng-cli.md)
43
-
+[Only Angular](docs/no-cli/Ng-no-cli.md)
42
+
+[Angular with angular-cli integration](docs/angular-cli/Ng_cli.md)
0 commit comments