Angular 2 building single modules -


i know how build out project angular cli: ng build --prod

how can compile each module separately? project:

image

anagaccreditamento , cruscottofiliera separate modules, module.ts, routing.module.ts file. how can build them separately , insert them project @ later time if libraries?

if want able pull in modules needed, want lazy loading. can find out how use lazy loading here: https://angular.io/docs/ts/latest/guide/router.html#!#asynchronous-routing

or there pluralsight course here: https://app.pluralsight.com/library/courses/angular-routing/table-of-contents


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -