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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
11
11
1. Once Webpack is running, refresh the window and you're golden
12
12
13
13
14
-
## Code scaffolding
15
-
16
-
1.`npm install -g @angular/cli`
17
-
1. Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
18
-
19
-
20
-
## Build
14
+
## Building for distribution
21
15
22
16
1.`npm run build:clean` will delete your `./dist` and `/dist-ng` folders
23
17
1.`npm run build:ng` will build just your Angular app for distribution (`./dist-ng`)
@@ -37,6 +31,12 @@ The following instructions came from the Angular CLI, I haven't tested them yet
37
31
* * *
38
32
39
33
34
+
## Code scaffolding
35
+
36
+
1.`npm install -g @angular/cli`
37
+
1. Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
38
+
39
+
40
40
## Running unit tests
41
41
42
42
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
0 commit comments