UNPKG

inet-ui

Version:

iNet Angular UI === [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][downloads-url]

18 lines (17 loc) 713 B
import { MessageService } from '../common/services/message.service'; import * as i0 from "@angular/core"; export declare class NgxEditorMessageComponent { private _messageService; /** property that holds the message to be displayed on the editor */ ngxMessage: undefined; /** * @param _messageService service to send message to the editor */ constructor(_messageService: MessageService); /** * clears editor message */ clearMessage(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NgxEditorMessageComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgxEditorMessageComponent, "app-ngx-editor-message", never, {}, {}, never, never, false, never>; }