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.
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.