Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 203 Bytes

File metadata and controls

11 lines (8 loc) · 203 Bytes

AOT Migration Repo

This is a JIT vs. AOT playground for an Angular 4 + Webpack 2 project setup without angular-cli.

Setup

npm install

Build JIT mode

npm run build

Build AOT mode

npm run ngc