/ng-demo-aot

Primary LanguageTypeScript

ng-demo-aot

Angular 2 demo with Ahead of Time Compilation, Systemjs bundling and minification, no more html only js ;)

Install deps:

$ npm install typings typescript@beta gulp-cli uglify-js http-server -g
$ npm install
$ npm run typings install

Build:

$ gulp build
$ gulp serve