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
- Host: GitHub
- URL: https://github.com/robertfoobar/angular-aot-issue
- Owner: robertfoobar
- Created: 2017-06-26T07:35:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T11:41:38.000Z (over 8 years ago)
- Last Synced: 2025-01-21T01:13:00.852Z (9 months ago)
- Topics: angular2, aot, aot-compilation
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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