0% found this document useful (0 votes)
21 views

Starting With Angular: Application Code

This document provides resources for learning Angular, including the location of the course project code on GitHub, links to Angular documentation and other frameworks, and answers to common questions about Angular. A free Cloud 9 account is sufficient for the course, prior Angular experience is not required to begin learning Angular 4, and "NG2" refers to Angular 2nd generation.

Uploaded by

Shubham Mittal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Starting With Angular: Application Code

This document provides resources for learning Angular, including the location of the course project code on GitHub, links to Angular documentation and other frameworks, and answers to common questions about Angular. A free Cloud 9 account is sufficient for the course, prior Angular experience is not required to begin learning Angular 4, and "NG2" refers to Angular 2nd generation.

Uploaded by

Shubham Mittal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

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.

You might also like