KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.78k stars 260 forks source link

在angular7下,双向绑定会报错! #309

Closed qikong333 closed 5 years ago

qikong333 commented 5 years ago

image image image image

删除了[ngModel]="editorContent"就正常显示

KillerCodeMonkey commented 5 years ago

Do You import the QuillModule in You Module?

IT IS mentioned in the readme how to include IT to your Project.

Am Do., 27. Dez. 2018, 08:03 hat qikong333 notifications@github.com geschrieben:

[image: image] https://user-images.githubusercontent.com/23370805/50469642-4e2ac800-09e8-11e9-8576-6a02316c9893.png [image: image] https://user-images.githubusercontent.com/23370805/50469700-93e79080-09e8-11e9-8cab-7e25dc668ead.png

[image: image] https://user-images.githubusercontent.com/23370805/50469674-6f8bb400-09e8-11e9-8219-757d1088be7f.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/KillerCodeMonkey/ngx-quill/issues/309, or mute the thread https://github.com/notifications/unsubscribe-auth/ACKOYP9KfdTmZGpK4h2sjksZ2dxQmvqLks5u9HDJgaJpZM4ZiaX_ .

qikong333 commented 5 years ago

https://blog.csdn.net/plpldog/article/details/82907724

抱歉,已经解决

KillerCodeMonkey commented 5 years ago

Dude please Type in english...

Am Do., 27. Dez. 2018, 08:30 hat qikong333 notifications@github.com geschrieben:

https://blog.csdn.net/plpldog/article/details/82907724

抱歉,已经解决

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/KillerCodeMonkey/ngx-quill/issues/309#issuecomment-450094162, or mute the thread https://github.com/notifications/unsubscribe-auth/ACKOYNgGlH1-XnwWi0eGX3fxFqY0EEBtks5u9HcfgaJpZM4ZiaX_ .

KillerCodeMonkey commented 5 years ago

@qikong333 just follow the readme instructions and checkout the demo repos.

Sounds like you forgot to add the QuillModule to your app.module imports.

qikong333 commented 5 years ago

@ qikong333只需按照自述文件说明操作即可查看演示回购。

听起来好像忘了将QuillModule添加到app.module导入中。

Sorry, I forgot to import the FormsModule