ckeditor implicitly has an 'any' type (strict: true, noImplicitAny: true) #13773
Labels
resolution:duplicate
This issue is a duplicate of another issue and was merged into it.
type:bug
This issue reports a buggy (incorrect) behavior.
Angular version:
Typescirpt version:
Ckeditor version:
I have my own angular library (strict: true) where I installed ckeditor by following:
I imported it in library.module.ts:
Then in my component I used it like this:
I also created typings.d.ts in the typings folder in the root of the project:
Included *.d.ts files in tsconfig.spec.json of the library:
After I run ng serve I get this error:
If I place my typings.d.ts file to the library-test/src, then ng serve works but ng build still not. Which I am little confuse about that.
When I tried to follow the instructions above:
I get this error:
My tsconfig.json file:
Project structure (I have a projects as a library as you can seen on the picture. "library" is my library with all components and library stuff. "library-test" is my project for testing the library.):
The text was updated successfully, but these errors were encountered: