Skip to content

A demo app using Angular2 RC7 + Webpack 2 + TypeScript 2 ๐ŸŽ‰โœจ๐ŸŽŠ

Notifications You must be signed in to change notification settings

aamirshahx/angular2-aot-demo

ย 
ย 

Repository files navigation

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

This repository shows how to use the Angular 2 (RC6) 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.

About

A demo app using Angular2 RC7 + Webpack 2 + TypeScript 2 ๐ŸŽ‰โœจ๐ŸŽŠ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.0%
  • HTML 23.2%
  • TypeScript 16.8%