import { ViewContainerRef, OnChanges, SimpleChanges, OnDestroy } from "@angular/core"; import { ComponentLoaderService } from "../services/component-loader.service"; import * as i0 from "@angular/core"; export declare class ComponentLoaderDirective implements OnChanges, OnDestroy { private vcr; private loader; module: string; selector: string; private cr; constructor(vcr: ViewContainerRef, loader: ComponentLoaderService); ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }