ng2-hello-world-routing

December 31, 2016 ยท View on GitHub

Build Status: Linux Build status: Windows

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.

License

CC0

To the extent possible under law, Sam Verschueren has waived all copyright and related or neighboring rights to this work.