@renet-consulting/editor
TypeScript icon, indicating that this package has built-in type declarations

17.0.1 • Public • Published

Editor

This library provides an editor that is based on ngx-quill.

Dependencies

The library has next dependencies:

  • @renet-consulting/control-value-accessor
  • @renet-consulting/ngx-validator
  • ngx-quill
  • quill

Usage Example

Replace handlers on titlebar

import { ToolbarHandlersService } from '@renet-consulting/editor';

@Injectable()
export class AppToolbarHandlersService implements ToolbarHandlersService {

    constructor(
        @Inject(MESSAGE) private message: string
    ) { }

    image = (): void => {
        alert('A user clicks on the image button.' + this.message);
    }

    video = (): void => {
        alert('A user clicks on the video button.' + this.message);
    }
}

Release v17.0.0

  • Converted project to Angular v17
  • Updated ngx-quill to v24.0.5

Release v16.0.0

  • Converted project to Angular v16
  • Updated ngx-quill to v23.0.2

Release v15.0.0

  • Converted project to Angular v15
  • Updated ngx-quill to v21.0.2

Release v14.0.0

Converted project to Angular v14

Release v10.0.3

Added missing stylesheets

Release v10.0.2

Fixed naming convention

Release v10.0.1

Revert to Angular v9 to support es5

Release v10.0.0

Converted project to Angular v10

Release v9.0.0

Converted project to Angular v9

Release v9.0.1

Added missing theme.scss

Readme

Keywords

none

Package Sidebar

Install

npm i @renet-consulting/editor

Weekly Downloads

10

Version

17.0.1

License

MIT

Unpacked Size

63.7 kB

Total Files

19

Last publish

Collaborators

  • illia.antonov
  • aaltotsky