All Projects â†’ manekinekko â†’ Angular Aot Demo

manekinekko / Angular Aot Demo

A demo app using Angular 2 final + Webpack 2 + TypeScript 2 🎉✨🎊

Programming Languages

javascript
184084 projects - #8 most used programming language

CircleCI

Angular 2 AOT (Ahead Of Time) offline compilation example with Webpack and TypeScript

This repository shows how to use the Angular 2 final command line offline compiler (ngc) with Webpack and TypeScript.

Presentation

Demystifying Ahead-Of-Time Compilation In Angular 2.

How to

Build a JIT bundle

$ npm run build-jit

Build an AOT bundle

$ npm run build-aot

Build both

$ npm run demo

See package.json#L5-L13 for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].