HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/shahnamag/front-end/node_modules/@angular/cdk/style-loader.d-19baab84.d.ts
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 as _ };