Skip to content

Commit e4ce4e3

Browse files
committed
README
1 parent de090e1 commit e4ce4e3

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

Diff for: README.md

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
# MasteringAngular
22

3-
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)
44

5-
## Development server
5+
## How to find perspective code?
6+
`git clone <url>`
67

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>`
89

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
1016

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.
1218

13-
## Build
19+
Navigate to `http://localhost:4200/`.
1420

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.
21+
For more Angular and RxJS articles check:
22+
[https://dev.to/oleksandr](https://dev.to/oleksandr),
23+
[https://medium.com/@alexanderposhtaruk](https://medium.com/@alexanderposhtaruk)
1624

17-
## Running unit tests
25+
##BONUS
26+
[Get Free video-course on RxJS unit testing tools for Angular apps.](https://mailchi.mp/9c8299ec62c2/rxjsunittesting)
1827

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

Comments
 (0)