codex-team / codex-team/editor.js
❓module declaration error.
Open
important
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Could not find a declaration file for module '@editorjs/Header'. 'D:/wap/ANGULAR/editorjs/node_modules/@editorjs/header/dist/bundle.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/editorjs__header` if it exists or add a new declaration (.d.ts) file containing `declare module '@editorjs/Header';`ts(7016)
```
import Header from '@editorjs/Header';
```
While I tried to build using ```ng build``` I found this error. How to solve this problem in angular?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.