HaasStefan / ng-journal-comments

Comment repository containing all the comments as issues using utterances
2 stars 0 forks source link

https://ng-journal.com/blog/2022-11-06-dynamic-angular-microfrontends/ #8

Open utterances-bot opened 9 months ago

utterances-bot commented 9 months ago

Dynamic Angular Microfrontends

The key idea behind microfrontends is to lazy load code at runtime, such that the Angular compiler does not need to know about the lazy loaded feature modules at runtime. This is especially useful, when multiple teams are working on a project and independent deployment is necessary for productivity.

https://ng-journal.com/blog/2022-11-06-dynamic-angular-microfrontends/

timsar2 commented 9 months ago

How to bundle this with esbuild?