angular 2 - sinsunsan/archiref_wiki GitHub Wiki
Links
- https://angular.io/
- https://material.angularjs.org/latest/#/demo/material.components.subheader
- https://angular-2-training-book.rangle.io/handout/features/es6.html
Starting from the starter app
https://angular.io/docs/ts/latest/quickstart.html
Libraries included in angular 2 starter
-
https://github.com/angular/zone.js/ Come from Dart : A Zone is an execution context that persists across async tasks. You can think of it as thread-local storage for JavaScript VMs.
-
https://github.com/johnpapa/lite-server A light weight node js server for develpement
-
https://github.com/systemjs/systemjs Universal module loader (ES6, commonJs...) (in the browser, in the server)
-
https://www.npmjs.com/package/reflect-metadata Polyfill to add ES7 decorator functionality right now
-
https://github.com/Reactive-Extensions/RxJS Libraries de detect changes in the page....
-
https://github.com/typings/typings Typescript definition sharing....
-
To fix a npm problem need to type
npm config set "@angular:registry" http://registry.npmjs.org/Fix found here
Tools for angular 2
- Augury (the equivalent of batarang) https://chrome.google.com/webstore/detail/augury/elgalmkoelokbchhkhacckoklkejnhcd?hl=en-US
Libs for angular 2
- Angular2 + firebase : https://github.com/angular/angularfire2
Styling components
components & decorators
###Server prerender : universal architecture express + angular