-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot find @ckeditor/ckeditor5-build-classic in angular 8 #122
Comments
Hello, did you install a package in your project via |
entire code is available in stackblitz https://stackblitz.com/edit/ng-webstore @Mgsy error msg
|
Are you running your project only in StackBlitz or this error occurs also in your local environment? |
cc @ma2ciek |
Hi @rajrs. As I see the StackBlitz has a different You need to make a default import instead of the namespace import: import ClassicEditor from '@ckeditor/ckeditor5-build-classic'; And for the missing declaration warning it's enough to create a declare module '@ckeditor/ckeditor5-build-classic' {} |
|
yes |
@rajrs Could you please help what exactly have you done over here.
I still feel it needs more attention and proper resolution. |
Well ! I have resolved after following the steps by @ma2ciek, on 22 July 2019 comment. |
https://stackblitz.com/edit/ng-webstore?file=src%2Fapp%2Fpost-editor%2Fpost-editor.component.ts
created this project in stackbiltz and it is available in above url
![error-ckeditor](https://user-images.githubusercontent.com/4453931/60324321-20780900-99a2-11e9-8e99-cc0fa087ca66.png)
The text was updated successfully, but these errors were encountered: