Interface RefWithInjector

The common interface of ApplicationRef and ModuleRef

interface RefWithInjector {
    injector: EnvironmentInjector;
}

Properties

Properties

injector: EnvironmentInjector