UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

18 lines (17 loc) 1.18 kB
import { InjectionToken, ModuleWithProviders } from '@angular/core'; import { NgxEditorConfig } from './types'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "./modules/menu/menu.module"; import * as i3 from "./editor.component"; import * as i4 from "./components/image-view/image-view.component"; import * as i5 from "./modules/menu/menu.component"; import * as i6 from "./modules/menu/floating-menu/floating-menu.component"; export declare const NGX_EDITOR_CONFIG_TOKEN: InjectionToken<NgxEditorConfig>; export declare class NgxEditorModule { static forRoot(config?: NgxEditorConfig): ModuleWithProviders<NgxEditorModule>; static forChild(config?: NgxEditorConfig): ModuleWithProviders<NgxEditorModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxEditorModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxEditorModule, never, [typeof i1.CommonModule, typeof i2.MenuModule, typeof i3.NgxEditorComponent, typeof i4.ImageViewComponent], [typeof i3.NgxEditorComponent, typeof i5.NgxEditorMenuComponent, typeof i6.NgxEditorFloatingMenuComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxEditorModule>; }