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
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0.
3
+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.0 as demo code for article ["Mastering Angular 8: five things that are good to know to save your time."](https://www.newline.co/@kievsash/mastering-angular-8:-five-things-that-are-good-to-know-to-save-your-time.--6302e8aa?utm_campaign=NG-Newsletter&utm_medium=email&utm_source=NG-Newsletter_315)
4
4
5
-
## Development server
5
+
## How to find perspective code?
6
+
`git clone <url>`
6
7
7
-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
8
+
`cd <project_folder>`
8
9
9
-
## Code scaffolding
10
+
Switch to specific branch:
11
+
- 1_HTTPInterceptor_in_modules
12
+
- 2_Query_params_on_redirect
13
+
- 3_ng-deep_to_avoid_styles_incapsulation
14
+
- 4_http_call_on_ngInit
15
+
- 5_same_route_reload
10
16
11
-
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`.
17
+
Run `ng serve` for a dev server.
12
18
13
-
## Build
19
+
Navigate to `http://localhost:4200/`.
14
20
15
-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
[Get Free video-course on RxJS unit testing tools for Angular apps.](https://mailchi.mp/9c8299ec62c2/rxjsunittesting)
18
27
19
-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
20
-
21
-
## Running end-to-end tests
22
-
23
-
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
24
-
25
-
## Further help
26
-
27
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
28
+
Follow me on [Twitter](https://twitter.com/El_Extremal)!
0 commit comments