53 lines
3.2 KiB
Markdown
53 lines
3.2 KiB
Markdown
---
|
|
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
|
|
* <a href='https://material.angular.io/' target='_blank' rel='nofollow'>Angular Material</a> - Excellent UI Framework that was built for Angular
|
|
|
|
### Specific-topic Pages
|
|
|
|
* <a href='https://material.angular.io/' target='_blank' rel='nofollow'>Angular Material</a> - Official Library of Angular Components Implementing Material Design
|
|
* <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 7 (formerly Angular 2) - The Complete Guide($) Maximilian Schwarzmüller </a>
|
|
* <a href='https://scrimba.com/g/gyourfirstangularapp' target='_blank' rel='nofollow'>Build your first Angular app (Free 33-part course) - Dan Wahlin </a>
|
|
* <a href='https://angular-2-training-book.rangle.io/' target='_blank' rel='nofollow'>Rangle's Angular 2 Training Book</a> - Online version of Rangle's excellent Angular book
|
|
|
|
## 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>
|
|
* <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>
|
|
* <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>
|
|
* <a href='https://blog.thoughtram.io/categories/angular-2/' target='_blank' rel='nofollow'>Thoughtram</a>
|
|
|