angular-pluggable-architecture
angular-pluggable-architecture copied to clipboard
Deprecated API Injector.get(STRING)
Injector.get(STRING) has been deprecated.
const widgets = moduleRef.injector.get('widgets');
Is there any alternative? I can not get it working on Angular 7.