Official web site
https://angular.ioOfficial Github Repo
https://github.com/angular/angularA few notable sub-directories:
- Source Code: https://github.com/angular/angular/tree/master/modules/angular2/src
- Release Progress: https://github.com/angular/angular/milestones
Angular CLI
https://github.com/angular/angular-cliCommand line interface. It helps to build skeleton code for a new project that follows best practice. Not officially released yet. But very helpful. It generates project with proper folder structure, unit testing and end2end tests are also included.
npm packages
- angular2: https://www.npmjs.com/package/angular2
angular-cli: https://www.npmjs.com/package/angular-cli
Blog about Angular 2 (and other Software topics) by Victor Savkin
http://victorsavkin.comThere are not many tutorials here, but those few entries will give us a deep dive into Angular 2 design philosophy.
egghead.io
https://egghead.io/technologies/angular2A series of short video tutorials about angular 2.