Ledzz / angular2-tinymce

Angular 2 component for TinyMCE MCE WYSIWYG editor
https://angular2-tinymce.surge.sh
66 stars 37 forks source link

angular2-tinymce.module.ts (5,21): Cannot find module 'tinymce/tinymce.js'.) #1

Closed RushabhJoshi closed 7 years ago

RushabhJoshi commented 7 years ago

All of a sudden I am getting this error

Ledzz commented 7 years ago

@RushabhJoshi Oh, I see. I will fix this in later release. As a workaround you can use

declare module 'tinymce';

in your typings.d.ts or whatever you have. Thank you for you feedback!