This Repository consists of all the Angular 5 samples that i have coded during my angular 5 study.
- Angular5-hello-world : A Simple Angular 5 hello World project.
- Angular5-reddit : A Simple Reddit clone ( very simple one where you are submitting the link and adding the LINK in a LIST).
- Angular5-routes : Angular 5 Router implementation.
- Angular5-store : An example of state management with NGRX.
- Angular5-Forms : Example of simple form and reactive form present in the Angular architecture.
Important Links to study:
Angular NGRX good explanation: https://gist.github.com/btroncone/a6e4347326749f938510 [ Ngrx explanation] https://www.concretepage.com/angular-2/ngrx/ngrx-store-4-angular-5-tutorial http://xgrommx.github.io/rx-book/why_rx.html [ RxJS tutorial] ** Must Read: **
https://angular-2-training-book.rangle.io/ https://toddmotto.com/ngrx-store-understanding-state-selectors https://github.com/ngrx/platform/blob/master/docs/store/README.md [ Simple] https://medium.com/@luukgruijs/ngrx-effects-setting-up-reusable-effect-functions-2b5fa299577b https://github.com/amcdnl/ngrx-actions
Turning App into PWA:
Short Term Reading for essential Angular:
https://malcoded.com/posts/angular-beginners-guide https://malcoded.com/posts/angular-fundamentals-services https://malcoded.com/posts/angular-fundamentals-http https://malcoded.com/posts/rxjs-for-angular-devs https://malcoded.com/posts/angular-ngrx-guide https://malcoded.com/posts/angular-fundamentals-universal-server-side-rendering https://malcoded.com/posts/angular-service-worker
**Rxjs Related: **