You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
Text editor showing blank white screen when serving app
Tech: Angular 7, Angular CLI, ngx-quill-editor
Lib: https://www.npmjs.com/package/ngx-quill-editor
I've added the module, and npm i the package and then added the component to my html.
Error I get: blank white screen.
Code:
I added this to my app module imports:
import { QuillEditorModule } from 'ngx-quill-editor';
My component:
<quill-editor class="form-control"
[formControl]="description"
[options]="editorOptions">
My stackoverflow question: https://stackoverflow.com/questions/54734952/angular-text-editor-showing-blank-white-screen-when-serving-app
The text was updated successfully, but these errors were encountered: