Indigosoft / ngxd

✨🦊 NgComponentOutlet + Data-Binding + Full Lifecycle = NgxComponentOutlet for Angular 7, 8, 9, 10, 11, 12, 13, 14, 15, 16+
MIT License
321 stars 29 forks source link

Create a new component when injector changes #37

Closed tplk closed 3 years ago

tplk commented 3 years ago

Create a new dynamic component when the component stays the same but the injector changes.

Fixes #36

tplk commented 3 years ago

Changed PR into a WIP to add tests.