UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

9 lines (8 loc) 257 B
import { Injector } from "@angular/core"; /** * Este servicio almacena de forma estática el objeto Injector de angular para que pueda utilizarse desde cualquier * punto de la app */ export declare class LocatorService { static injector: Injector; }