@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.
15 lines (14 loc) • 876 B
TypeScript
import { ComponentFactoryResolver, OnInit } from '@angular/core';
import { KoalaDynamicComponent } from './koala-dynamic-component';
import { KoalaDynamicComponentDirective } from './koala-dynamic-component.directive';
import * as i0 from "@angular/core";
export declare class KoalaDynamicComponentFactory implements OnInit {
private componentFactoryResolver;
dynamicComponent?: KoalaDynamicComponent;
koalaDynamicComponentDirective?: KoalaDynamicComponentDirective;
constructor(componentFactoryResolver: ComponentFactoryResolver);
ngOnInit(): void;
loadComponent(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<KoalaDynamicComponentFactory, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<KoalaDynamicComponentFactory, "koala-dynamic-component", never, { "dynamicComponent": "dynamicComponent"; }, {}, never, never, false>;
}