20 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Angular Resources
 | |
| ---
 | |
| A collection of helpful Angular resources
 | |
| 
 | |
| ## 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' target='_blank' rel='nofollow'>Angular Style Guide</a> - Detailed best practices for Angular Development
 | |
| 
 | |
| ## 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)
 | |
| *   <a href='http://www.sitepoint.com/practical-guide-angularjs-directives-part-two/' target='_blank' rel='nofollow'>Directives</a> - Excellent guide going into detail on Angular Directives (Part 2)
 | |
| 
 | |
| ## 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
 | |
| *   <a href='https://www.codeschool.com/courses/shaping-up-with-angular-js' target='_blank' rel='nofollow'>Shaping Up with Angular.JS</a> - A free Angular.JS tutorial |