@dotglitch/ngx-common
Version:
Angular components and utilities that are commonly used.
11 lines (10 loc) • 606 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { DynamicHTMLOptions } from './types';
import * as i0 from "@angular/core";
import * as i1 from "./dynamic-html.component";
export declare class NgxDynamicHTMLModule {
static forRoot(config: DynamicHTMLOptions): ModuleWithProviders<NgxDynamicHTMLModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxDynamicHTMLModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxDynamicHTMLModule, never, [typeof i1.DynamicHTMLComponent], [typeof i1.DynamicHTMLComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxDynamicHTMLModule>;
}