ng2-hello-world-routing
December 31, 2016 ยท View on GitHub
Angular2 Hello World treeshaked AoT routing application
Usage
$ npm install
Development
$ npm start
Production
$ npm run build
Note: Rollup will throw quite some warnings indicating that
The 'this' keyword is equivalent to 'undefined' at the top level of an ES module. You can safely ignore these.
This will compile the source files with AoT compilation and creates one single treeshaked bundle in the build directory.
Related
- ng2-hello-world - Hello World starter application
- ng2-hello-world-aot - Angular2 Hello World AoT application
- ng2-hello-world-aot-rollup - Angular2 Hello World treeshaked AoT application
- ng2-hello-world-routing-lazy - Angular2 Hello World lazy routing application
- ng2-hello-world-lazy-routing-preload - Angular2 Hello World lazy routing application with preloading
- ng2-hello-world-lazy-routing-custom-preload - Angular2 Hello World lazy routing application with custom preloading
License
To the extent possible under law, Sam Verschueren has waived all copyright and related or neighboring rights to this work.