@o3r/components
Version:
This module contains component-related features (Component replacement, CMS compatibility, helpers, pipes, debugging developer tools...) It comes with an integrated ng builder to help you generate components compatible with Otter features (CMS integration
16 lines • 896 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import type { ComponentsDevtoolsServiceOptions } from './components-devkit.interface';
import * as i0 from "@angular/core";
import * as i1 from "@ngrx/store";
import * as i2 from "../stores/placeholder-template/placeholder-template.module";
export declare class ComponentsDevtoolsModule {
/**
* Initialize Otter Devtools
* @param options
*/
static instrument(options: Partial<ComponentsDevtoolsServiceOptions>): ModuleWithProviders<ComponentsDevtoolsModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsDevtoolsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsDevtoolsModule, never, [typeof i1.StoreModule, typeof i2.PlaceholderTemplateStoreModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsDevtoolsModule>;
}
//# sourceMappingURL=components-devtools.module.d.ts.map