interface InjectableOptions {
    provideIn?: "platform" | Type<CustomElementConstructor> | "root" | "any";
}

Properties

Properties

provideIn?: "platform" | Type<CustomElementConstructor> | "root" | "any"