Hello!
I installed quill-editor for angular 8 following the instructions. When executing the project, it shows this error. Could you help me with this problem? Thank you.
Annex some details.
angular cli: 8.3.23
quill: 1.3.6
ngx-quill: 7.3.12
Tested with chrome.
Message error: Temp parse errors:'quill-editor' is not a known element




Please use the QuillModule.forRoot() in your app.module :)
Charly notifications@github.com schrieb am Fr., 31. Jan. 2020, 19:31:
Hello!
I installed quill-editor for angular 8 following the instructions. When
executing the project, it shows this error. Could you help me with this
problem? Thank you.
Annex some details.angular cli: 8.3.23
quill: 1.3.6
ngx-quill: 7.3.12Tested with chrome.
Message error: Temp parse errors:'quill-editor' is not a known element[image: Captura de Pantalla 2020-01-31 a la(s) 12 26 07]
https://user-images.githubusercontent.com/11635458/73564315-e6358500-4424-11ea-8611-ebaa28b1ace5.png[image: Captura de Pantalla 2020-01-31 a la(s) 12 27 40]
https://user-images.githubusercontent.com/11635458/73564439-2b59b700-4425-11ea-8600-4c32f3ab3437.png[image: Captura de Pantalla 2020-01-31 a la(s) 12 29 25]
https://user-images.githubusercontent.com/11635458/73564524-60660980-4425-11ea-9e42-4e4e9e7da70a.png[image: Captura de Pantalla 2020-01-31 a la(s) 12 28 41]
https://user-images.githubusercontent.com/11635458/73564479-3f9db400-4425-11ea-81cf-55cbb247374c.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/751?email_source=notifications&email_token=AARI4YGU3J6I6KVVBYNKGS3RARVBFA5CNFSM4KOLVZOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IKG7VWQ,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AARI4YFSTL3IFKWY43PW2CDRARVBFANCNFSM4KOLVZOA
.
Thanks, I tried it that way, but I have the same result =(
Check my Demo repo. It is working.
If you have submodules you have to import QuillModule ad Well.
But without "forRoot()"
Charly notifications@github.com schrieb am Fr., 31. Jan. 2020, 20:11:
Thanks, I tried it that way, but I have the same result =(
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/KillerCodeMonkey/ngx-quill/issues/751?email_source=notifications&email_token=AARI4YDQA22PEXQ53RQNWKTRARZUHA5CNFSM4KOLVZOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKPV52Y#issuecomment-580869867,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AARI4YHN5GBB4CH6DD2F4KLRARZUHANCNFSM4KOLVZOA
.
Base (App) Module:
https://github.com/KillerCodeMonkey/ngx-quill-example/blob/master/src/app/app.module.ts#L58
ChildModule:
https://github.com/KillerCodeMonkey/ngx-quill-example/blob/master/src/app/child-module/child-module.ts
And check my demo repo in general :)
It is working: https://killercodemonkey.github.io/ngx-quill-example/#html
I tried to import { MatQuillModule } from './mat-quill/mat-quill-module' but it doesn't exist.
It's the same case when I tried with import { QuillApiEmbedComponent } from './quill-api-embed/quill-api-embed.component'.
I need to install another library, actually I installed ngx-quill and quill
there is no mat-quill in ngx-quill. if you check my links - the mat quill implementation only exists in the demo repo.
So grab the code from there and customize it for your needs.
Most helpful comment
Check my Demo repo. It is working.
If you have submodules you have to import QuillModule ad Well.
But without "forRoot()"
Charly notifications@github.com schrieb am Fr., 31. Jan. 2020, 20:11: