Further Reading And Reference
Angular
Angular.io API Reference - Angular Reference Material with easy access to different Angular items
Angular Style Guide - Opinions from the Angular team
Angular Module Github - Source code is written in readable TypeScript
Angular Material Github - Official repo for Angular implementation in material design
TypeScript
tsconfig options - information on how to configure the TypeScript compiler
TypeScript Playground - In-browser TypeScript editor with live reload
TypeScript Deep Dive - Additional learning material
General Coding Practice and Functional Programming
RxJS, Reactive Programming and Observables
Observables are known for having a steep learning curve due to the fact that it requires a different way of thinking. Here are some helpful topics about working with and understanding reactive programming using the observable model.
RxJS 5 Observables Reference - Reference material on RxJS 5 Observables. There are many breaking changes from RxJS 4-> 5 so please use documentation on version 5.
RxMarbles - Quick references for visualizing observable value fulfillment through the use of marble diagrams
How to debug RxJS code - Blog post explaining how to read and use marble diagrams
RxJS 5 Thinking Reactively - Talk from RxJS 5 product lead on how to approach development using RxJS 5
Learn RxJS - Example driven guide to RxJS
Redux and ngrx
ngrx Github - Includes links to ngrx scoped libraries including: store, effects, router
Keeping up to date
Angular blog - Includes blog posts for AngularJS
Angular Air - Angular podcast
Adventures in Angular - Angular podcast
Angular Changelog - Technical Changelog
Other
Last updated