style-loader.d-BXZfQZTF.d.ts 662 B

123456789101112131415161718192021
  1. import * as i0 from '@angular/core';
  2. import { Type } from '@angular/core';
  3. /**
  4. * Service that loads structural styles dynamically
  5. * and ensures that they're only loaded once per app.
  6. */
  7. declare class _CdkPrivateStyleLoader {
  8. private _appRef;
  9. private _injector;
  10. private _environmentInjector;
  11. /**
  12. * Loads a set of styles.
  13. * @param loader Component which will be instantiated to load the styles.
  14. */
  15. load(loader: Type<unknown>): void;
  16. static ɵfac: i0.ɵɵFactoryDeclaration<_CdkPrivateStyleLoader, never>;
  17. static ɵprov: i0.ɵɵInjectableDeclaration<_CdkPrivateStyleLoader>;
  18. }
  19. export { _CdkPrivateStyleLoader as _ };