Last updated 6 years ago
We have added the support for the famous Quill editor for Pages angular. Please refer there documentation here
First import it to your app module or any submodule as you wish
import { QuillModule } from 'ngx-quill' @NgModule({ imports: [QuillModule,...] }) export class AppModule(){}
Basic Select with Search
<quill-editor [style]="{height: '350px'}" placeholder="" ></quill-editor>