A project to learn Angular2, includes the following:
- A functional demo application of tasks and checklists
- Built with Typescript
- Unit testing (more to be added)
- API docs (to be added)
- Build process, including running tests (to be added)
git clone git@github.com:alexisbmills/angular2-task-checklist.git
npm install -g node-sass live-server typedoc
npm install
Run typescript converter and launch project
npm run tsc
npm start
Run tests with Jasmine
npm test
The following resources have been ever so helpful:
Angular.IO
- Quickstart, tutorials, and docs https://angular.io/docs/ts/latest/quickstart.html
Victor Savkin's Blog
- Core concepts http://victorsavkin.com/post/118372404541/the-core-concepts-of-angular-2
- Template syntax http://victorsavkin.com/post/119943127151/angular-2-template-syntax
thoughtram Blog
- Template syntax http://blog.thoughtram.io/angular/2015/08/11/angular-2-template-syntax-demystified-part-1.html
Angular2 Seed
- Full blown project starter https://github.com/mgechev/angular2-seed