17.0.1 • Published 2 months ago

@renet-consulting/editor v17.0.1

Weekly downloads
12
License
MIT
Repository
github
Last release
2 months ago

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

17.0.1

2 months ago

17.0.0

2 months ago

16.0.0

2 months ago

15.0.2

2 months ago

15.0.0

2 months ago

15.0.1

2 months ago

14.0.0

12 months ago

14.0.2

12 months ago

10.0.2

4 years ago

10.0.3

4 years ago

10.0.1

4 years ago

10.0.0

4 years ago

9.0.1

4 years ago

9.0.0

4 years ago

8.0.5

5 years ago

8.0.4

5 years ago

8.0.3

5 years ago

8.0.2

5 years ago

8.0.0-preview-2

5 years ago

8.0.0-preview-1

5 years ago

8.0.1

5 years ago