@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
14 lines (11 loc) • 627 B
TypeScript
import * as i0 from '@angular/core';
import { ModuleWithProviders } from '@angular/core';
import { DatapointLibraryOptions } from '@c8y/ngx-components/datapoint-library/model';
declare class DatapointLibraryModule {
static forRoot(config?: DatapointLibraryOptions): ModuleWithProviders<DatapointLibraryModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<DatapointLibraryModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DatapointLibraryModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<DatapointLibraryModule>;
}
export { DatapointLibraryModule };
//# sourceMappingURL=index.d.ts.map