Angular 7: injection with dependencies for ngComponentOutlet
问题 I need to use some kind of @Input() decorator for my ngComponentOutlet . But seems that Angular hasn't this feature. Instead, all things that I want to pass inside my outlet components should be provided via Injector . And it's fine if I want to initiate the thing I want provide to inside injectable class. But I need to dive deeper and provide some kind of observable variable ( Observeble<number> type for example) at creation Injector step. But I can't to get observable variable inside outlet