kolkov / angular-editor

A simple native WYSIWYG editor component for Angular 6 -14+
https://angular-editor.kolkov.ru
MIT License
678 stars 360 forks source link

error with Custom Button #541

Open pravkh opened 1 year ago

pravkh commented 1 year ago

'ae-button' is not a known element:

  1. If 'ae-button' is an Angular component, then verify that it is part of this module.
  2. If 'ae-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.

i am trying to add custom button in editor and getting above error , any idea whats causing this issue?