@versatiledatakit/shared
Version:
Versatile Data Kit Shared library enables reusability of shared features like: NgRx Redux, Error Handlers, Utils, Generic Components, etc.
15 lines (14 loc) • 676 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/dynamic-container/dynamic-container.component";
import * as i2 from "./components/dynamic-context/dynamic-context.component";
import * as i3 from "@angular/common";
/**
* ** Dynamic Components module
*
* @author gorankokin
*/
export declare class DynamicComponentsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponentsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicComponentsModule, [typeof i1.DynamicContainerComponent, typeof i2.DynamicContextComponent], [typeof i3.CommonModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<DynamicComponentsModule>;
}