@cisstech/nge
Version:
NG Essentials is a collection of libraries for Angular developers.
12 lines (11 loc) • 666 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { NgeElementDef } from './nge-element';
import * as i0 from "@angular/core";
import * as i1 from "./nge-element-detector.directive";
import * as i2 from "@angular/common";
export declare class NgeElementModule {
static forRoot(elements: NgeElementDef[]): ModuleWithProviders<NgeElementModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgeElementModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgeElementModule, [typeof i1.NgeElementDetectorDirective], [typeof i2.CommonModule], [typeof i1.NgeElementDetectorDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgeElementModule>;
}