ngCourse2
ngCourse2 copied to clipboard
An Angular Course from Rangle.io
https://angular-2-training-book.rangle.io/handout/observables/observables_vs_promises.html It would be worth mentioning that observables act on stream of data which are compositional or chained over with `map, filter, reduce .. `
https://angular-2-training-book.rangle.io/handout/advanced-components/elementref.html The above section contains a code snippet and a one line explanation about elementRef. Would be better if an explanation could be added on what the code is doing...
https://angular-2-training-book.rangle.io/handout/advanced-components/ The above section has a banner image of a network PCI Card when discussing about advanced components. If possible to update the image to be more relevant.
https://angular-2-training-book.rangle.io/handout/components/app_structure/passing_data_into_components.html The above section mentions about Angular 2 events model but doesn't contain a section explaining what it is and would help to include a code example as well.
https://angular-2-training-book.rangle.io/handout/features/refresher_on_this.html The section provides a short refresher of `this` and context. The section has code for a class but doesn't display the object creation but goes straight to discuss about...
We still have references in the Project Setup section to the old `angular2` modules. Should also go through and make sure that other parts of the webpack config are up...
Not sure how well this could work with our SystemJS setup, or if we'd be better going with a full application setup. What I ended up doing when asked for...
Deque labs' axe-core is a good engine for doing this: https://github.com/dequelabs/axe-core
On Kindle http://cl.ly/203N2B3U3O33
On Kindle: Screenshot: http://cl.ly/473o0c0i350y Related to https://github.com/rangle/ngCourse2/issues/249