An open API service indexing awesome lists of open source software.

https://github.com/robertfoobar/angular-aot-issue


https://github.com/robertfoobar/angular-aot-issue

angular2 aot aot-compilation

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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