ngCourse2
ngCourse2 copied to clipboard
An Angular Course from Rangle.io
## Observables - [ ] Split the paragraph in 2 ### Using Observables - [ ] Some corrections needed to the sample code (init() should be ngOnInit()) - [ ]...
## Change Detection - [x] Remove references to Angular1 - [x] Remove “Change Detection Strategies in Angular 1 vs Angular 2” chapter? ### Enforcing Immutability - [x] Is Immutable.js still...
## State Management - [x] Ng2-redux not too popular nowadays ### Redux and @ngrx #### Adding @ngrx to your Project - [x] Update install command #### Reading your Application State...
## Components in Angular ### Component definition based off AngularJS (correct, not sure if still relevant) - [ ] We could potentially get rid of intro page and move the...
## Modules ### What is an Angular Module? - [x] The 3 properties are optional (but we can mention that they are required for the AppModule Module)? #### Bootstrapping an...
## Immutable.js - [x] Is this library still widely used? Last updated in 2018 - [ ] Should we discuss the Redux pattern? ### What is Immutability? - [ ]...
## Http ### Search with flatMap - [x] The diagram isn’t helpful (there is no explanation) (maybe review the marble diagrams used?)
## Javascript Toolchain #### Git - [x] Pro git link broken #### NodeJS should be updated to Node.js - [x] Typo in paragraph 1, sentence 2 - [ ] Add...
## Angular Dependency Injection - [x] Remove references to AngularJS ### Angular’s DI #### @Inject() and @Injectable - [x] Remove “There is a lot to decorators.” #### Avoiding Injection Collisions:...
## Advanced Components ### Component Lifecycle - [x] Update link name to “View Lifecycle Hooks in Action” - [x] Plunkr is broken ### Accessing Other Components - [x] “The @ViewChild...