Welcome to this brief introduction to Angular. This introduction will walkthrough how to build a simple functional Todo application with very few lines of code.
- Clone down this repository
git clone https://github.com/mithipati/ngTalk.git
- Open 'ngTalkSlides' in Powerpoint and follow the slides
- Each slide lists the relevant git branch you should be on
- Remember to run 'git stash' before you checkout to another branch
Below are very useful resources I found along the way when exploring this new technology.
- egghead
- thinkster tutorial
- ngNewsletter
- ngMagazine
- Angular.js Repo
- Angular O'Reilly Book
- Angularjs.org Tutorial
Happy Hacking