UNPKG

angular-rich-text-editor

Version:

A lightweight, configurable rich-text editor component for Angular applications.

4 lines (3 loc) 204 B
import { InjectionToken } from '@angular/core'; export declare const DEFAULT_RICHTEXTEDITOR_ASSETS_PATH = "assets/richtexteditor"; export declare const RICHTEXTEDITOR_ASSETS_PATH: InjectionToken<string>;