@lotto24-angular/imports-orchestrator
Version:
Orchestrate dynamically imported components in Angular applications
13 lines (12 loc) • 623 B
TypeScript
import { OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ImportsOrchestratorCSSClassDirective implements OnDestroy {
cssClass: string;
private readonly subscriptions;
private readonly lifecycle;
constructor();
private onImportComponent;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ImportsOrchestratorCSSClassDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ImportsOrchestratorCSSClassDirective, "[importCSSClass]", never, { "cssClass": { "alias": "cssClass"; "required": false; }; }, {}, never, never, true, never>;
}