Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@renet-consulting/editor

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renet-consulting/editor

This library has an implementation of editor.

  • 17.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 19 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc