Skip to content

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

License

Notifications You must be signed in to change notification settings

josketres/angular-hybrid-aot-lazy-loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-hybrid-aot-lazy-loading

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

# 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published