Difference between revisions of "Ng2"
From Wiki2
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==[https://www.ng-conf.org/#/ ng-conf 5/2016]== | ==[https://www.ng-conf.org/#/ ng-conf 5/2016]== | ||
*[http://blog.mgechev.com/2016/06/26/tree-shaking-angular2-production-build-rollup-javascript/ tree-shaking-angular2-production-build-rollup-javascript] | |||
*https://github.com/juliemr/ngconf-2016-zones https://youtu.be/DltUEDy7ItY | *https://github.com/juliemr/ngconf-2016-zones https://youtu.be/DltUEDy7ItY | ||
*routing mishko [https://docs.google.com/presentation/d/1W0hgEQ5RwigKk4Q4dx03hUkLC7dnQnjUtdwEEK50vvA/edit#slide=id.g128d8fde34_1_2 slides] talk https://github.com/brandonroberts/ngconf-router | *routing mishko [https://docs.google.com/presentation/d/1W0hgEQ5RwigKk4Q4dx03hUkLC7dnQnjUtdwEEK50vvA/edit#slide=id.g128d8fde34_1_2 slides] talk https://github.com/brandonroberts/ngconf-router | ||
* universal [https://www.youtube.com/watch?v=wLWVASD0dvU video] https://mobile.angular.io https://github.com/angular/issue-zero | * universal [https://www.youtube.com/watch?v=wLWVASD0dvU video] https://mobile.angular.io https://github.com/angular/issue-zero | ||
* angular cli needed powershell to install | |||
==ng 2.0== | ==ng 2.0== | ||
error TS2304: Cannot find name 'Promise' needs at top of file | |||
///<reference path="../../../../node_modules/angular2/typings/browser.d.ts"/> | |||
*http://ngcourse.rangle.io/ | *http://ngcourse.rangle.io/ | ||
===redux-angular=== | ===redux-angular=== |
Latest revision as of 22:23, 29 June 2016
ng-conf 5/2016
- tree-shaking-angular2-production-build-rollup-javascript
- https://github.com/juliemr/ngconf-2016-zones https://youtu.be/DltUEDy7ItY
- routing mishko slides talk https://github.com/brandonroberts/ngconf-router
- universal video https://mobile.angular.io https://github.com/angular/issue-zero
- angular cli needed powershell to install
ng 2.0
error TS2304: Cannot find name 'Promise' needs at top of file
///<reference path="../../../../node_modules/angular2/typings/browser.d.ts"/>
redux-angular
- https://plnkr.co/edit/MPi4274JPyxKK5rfrzUA?p=preview
- https://docs.google.com/document/d/1M46J8HZgsuXw0Mr_e5fOvSBk4t7JtLwgiv0_dVT_EOs/edit#
- https://skillsmatter.com/skillscasts/7384-lab-introduction-to-redux-in-angular-2
https://www.youtube.com/watch?v=uD6Okha_Yj0
Victor Savkins blog post on digest
http://blog.thoughtram.io/angular/2015/03/27/building-a-zippy-component-in-angular-2.html