angular-pluggable-architecture icon indicating copy to clipboard operation
angular-pluggable-architecture copied to clipboard

Deprecated API Injector.get(STRING)

Open DIRTdevX opened this issue 6 years ago • 0 comments

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.

DIRTdevX avatar Feb 21 '19 18:02 DIRTdevX