2018-10-12 15:37:13 -04:00
---
title: Angular Resources
---
A collection of helpful Angular resources
## Angular 1.x
### General Pages
* < a href = 'https://angularjs.org/' target = '_blank' rel = 'nofollow' > Angular JS</ a > - The Angular JS Homepage
* < a href = 'https://github.com/johnpapa/angular-styleguide/tree/master/a1' target = '_blank' rel = 'nofollow' > AngularJS Style Guide</ a > - Detailed best practices for Angular Development
### Videos
* < a href = 'https://www.youtube.com/watch?v=5uhZCc0j9RY' target = '_blank' rel = 'nofollow' > Routing in Angular JS</ a > - Client Side Routing in 15 minutes
* < a href = 'https://www.youtube.com/watch?v=WuiHuZq_cg4' target = '_blank' rel = 'nofollow' > Angular ToDo App</ a > - An Angular ToDo app in 12 minutes
### Courses
* < a href = 'https://egghead.io/browse/frameworks/angularjs' target = '_blank' rel = 'nofollow' > Egghead.io AngularJS Courses ($)</ a >
## Angular 2.x+
### General Pages
* < a href = 'https://angular.io/' target = '_blank' rel = 'nofollow' > Angular</ a > - The Angular Homepage
* < a href = 'https://angular.io/guide/styleguide' target = '_blank' rel = 'nofollow' > Angular Style Guide</ a > - Detailed best practices for Angular Development
2018-10-23 21:16:36 -05:00
* < a href = 'https://material.angular.io/' target = '_blank' rel = 'nofollow' > Angular Material</ a > - Excellent UI Framework that was built for Angular
2018-10-12 15:37:13 -04:00
### Specific-topic Pages
* < a href = 'http://www.sitepoint.com/practical-guide-angularjs-directives/' target = '_blank' rel = 'nofollow' > Directives</ a > - Excellent guide going into detail on Angular Directives (Part 1)
### Courses
* < a href = 'https://egghead.io/browse/frameworks/angular' target = '_blank' rel = 'nofollow' > Egghead.io Angular Courses ($)</ a >
* < a href = 'https://frontendmasters.com/courses/building-apps-angular' target = '_blank' rel = 'nofollow' > FrontendMasters - Building Awesomer Apps with Angular</ a >
* < a href = 'https://ultimateangular.com/' target = '_blank' rel = 'nofollow' > Ultimate Angular - Todd Motto</ a >
* < a href = 'https://www.udemy.com/the-complete-guide-to-angular-2/' target = '_blank' rel = 'nofollow' > Angular 6 (formerly Angular 2) - The Complete Guide($) Maximilian Schwarzmüller </ a >
2018-10-20 11:52:08 +08:00
* < a href = 'https://scrimba.com/g/gyourfirstangularapp' target = '_blank' rel = 'nofollow' > Build your first Angular app (Free 33-part course) - Dan Wahlin </ a >
2018-10-12 15:37:13 -04:00
## Blogs
* < a href = 'https://alligator.io/angular/' target = '_blank' rel = 'nofollow' > Alligator.io</ a >
* < a href = 'https://blog.angularindepth.com/tagged/angular' target = '_blank' rel = 'nofollow' > Angular In Depth</ a >
2018-12-21 09:56:15 +01:00
* < a href = 'https://blog.angular.io/' target = '_blank' rel = 'nofollow' > Angular.io Blog</ a >
* < a href = 'https://angular-university.io/' target = '_blank' rel = 'nofollow' > Angular University</ a >
2018-11-24 07:24:58 +05:30
* < a href = 'https://coursetro.com/posts/code/154/Angular-6-Tutorial---Learn-Angular-6-in-this-Crash-Course' target = '_blank' rel = 'nofollow' > Hands on introduction angular 6 concepts</ a >
2018-11-04 21:11:47 -05:00
* < a href = 'https://blog.thoughtram.io/categories/angular-2/' target = '_blank' rel = 'nofollow' > Thoughtram</ a >
2018-12-21 09:56:15 +01:00