lmeijdam / angular-umd-dynamic-example

Angular UMD example of loading new modules dynamically
174 stars 55 forks source link

Is there a Non SystemJS based version of this #26

Open npmirajkar opened 4 years ago

npmirajkar commented 4 years ago

Hi, Looking for non SystemJS based version of this. This approach seems to be best in many use cases. I would want to register routes dynamically. Have no rebuild of main application. Inject my new modules dynamically with Angular 9 approach without rebuild of parent application.

Any helpful info or repo reference would be great help.

I am exploring Angular 9 Lazy Load modules from the config file reference in this sample.