Starting with Angular
Downloadable Support Document
Application Code
The final course project is located on Github at the following URL:
https://github.com/AlohaCode/StartingWithAngular4
Additional Resource
Angular Documentation
https://angular.io/docs/ts/latest/
Angular Material2
https://material.angular.io/
Cloud 9
https://c9.io
TypeScript Tutorial
https://www.typescriptlang.org/docs/tutorial.html
Angular Universal
https://universal.angular.io/
AngularFire2
https://angularfire2.com/api/
FAQs - Angular 4
Do I need to buy a Cloud 9 monthly service account?
You can if you choose. However, the free account level will work just fine for this course.
Do I need to know Angular 2 to begin learning Angular 4?
No, this course was created for those with no Angular experience.
What is NG2? I see it used commonly.
NG2 is short for Angular 2nd Generation. NG was used in the original Angular version quite
commonly to prefix elements within the framework and identify them as Angular-specific. NG
the standard was passed along to Angular 2 with the addition of the 2 to differentiate between
the two versions. Now that Angular has surpassed version 2, the 2 signifies the difference
between the original Angular and the new.