Ledzz / angular2-tinymce

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

app-tinymce' is not a known element #58

Closed ErHarinderSingh closed 6 years ago

ErHarinderSingh commented 6 years ago

'app-tinymce' is not a known element:

  1. If 'app-tinymce' is an Angular component, then verify that it is part of this module.
  2. If 'app-tinymce' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("on">
                            [ERROR ->]<app-tinymce [(ngModel)]='propertiesPage.CoverDescription'></app-tinymce>
                      "): ng:///RoutesModule/PropertiesDetailComponent.html@42:32

    at syntaxError (compiler.es5.js:1689) at TemplateParser.webpackJsonp.../../../compiler/@angular/compiler.es5.js.TemplateParser.parse (compiler.es5.js:12801) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileTemplate (compiler.es5.js:26846) at compiler.es5.js:26766 at Set.forEach () at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileComponents (compiler.es5.js:26766) at compiler.es5.js:26653 at Object.then (compiler.es5.js:1679) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler._compileModuleAndComponents (compiler.es5.js:26652) at JitCompiler.webpackJsonp.../../../compiler/@angular/compiler.es5.js.JitCompiler.compileModuleAsync (compiler.es5.js:26581)

Gotemperor commented 5 years ago

Any update on that one? I am having the same issue