Can someone explain how to utilize the CKEDITOR 4 plugin in TypeScript for an Angular 9 application?
I am looking to set the configuration through TypeScript (specifically for autogrow) and also implement an INSERT HTML function.
I have already imported the module as shown below, but I am struggling with its properties.
import { CKEditor4 } from 'ckeditor4-angular/ckeditor';