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

https://github.com/josketres/angular-hybrid-aot-lazy-loading

Demonstration of a hybrid app with aot, code-splitting and lazy-loading
https://github.com/josketres/angular-hybrid-aot-lazy-loading

angular angularjs aot-compilation lazy-loading ngupgrade

Last synced: about 1 month ago
JSON representation

Demonstration of a hybrid app with aot, code-splitting and lazy-loading

Awesome Lists containing this project

README

          

# angular-hybrid-aot-lazy-loading
Demonstration of a hybrid app with aot, code-splitting and lazy-loading

```sh
# build
npm install
ng build --aot

# take a look at the dist/vendor.bundle.js
# make sure that the compiler.js is not included.
npx source-map-explorer dist/vendor.bundle.js

# now run it
ng serve --target=production --open
```