This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

21
node_modules/@angular/cdk/style-loader.d.d.ts generated vendored Executable file
View File

@@ -0,0 +1,21 @@
import * as i0 from '@angular/core';
import { Type } from '@angular/core';
/**
* Service that loads structural styles dynamically
* and ensures that they're only loaded once per app.
*/
declare class _CdkPrivateStyleLoader {
private _appRef;
private _injector;
private _environmentInjector;
/**
* Loads a set of styles.
* @param loader Component which will be instantiated to load the styles.
*/
load(loader: Type<unknown>): void;
static ɵfac: i0.ɵɵFactoryDeclaration<_CdkPrivateStyleLoader, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<_CdkPrivateStyleLoader>;
}
export { _CdkPrivateStyleLoader };