Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Error running text editor, I just get white screen when serving my app #68

Open
markoddi opened this issue Feb 17, 2019 · 0 comments
Open

Comments

@markoddi
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant