mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3ef73c2b19
Allow NgComponentOutlet to dynamically load a module, then load a component from that module. Useful for lazy loading code, then add the lazy loaded code to the page using NgComponentOutlet. Closes #14043