@koalarx/ui
Version:
Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.
9 lines (8 loc) • 470 B
TypeScript
import { ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class KoalaDynamicComponentDirective {
viewContainerRef: ViewContainerRef;
constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<KoalaDynamicComponentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<KoalaDynamicComponentDirective, "[koalaDynamicComponent]", never, {}, {}, never, never, false>;
}