Angular Notes - Old
Jump to navigation
Jump to search
Getting across Angular
Angular2 -> Angular
Links
Here where various source code lives:
Using the CLI
- https://cli.angular.io/ - This makes it much easier to quickly setup a project with a consistent structure.
- https://cli.angular.io/reference.pdf
$ npm install --global angular-cli $ ng new my-app $ cd my-app $ npm install $ npm start
Tutorials and Examples
Using Auth0
Intro Tutorial
- https://auth0.com/blog/creating-your-first-real-world-angular-2-app-from-authentication-to-calling-an-api-and-everything-in-between/
- https://github.com/auth0-blog/angular2-authentication-sample
Daily Deals Tutorial
- https://auth0.com/blog/angular-2-authentication/ - Project uses 'Daily Deals'
- https://github.com/auth0-blog/angular-2-authentication-tutorial
Using Stormpath
Stormpath have just merged with Auth0!