我希望在我的Nativescript-Angular2移动应用中集成像CKeditor这样的Rich文本编辑器。所以我尝试在我的应用中添加ng2-ckeditor-codemirror。该应用程序正在建设正常,但在启动应用程序时,它给出错误,如下所示
JS:EXCEPTION:./AppComponent类中的错误AppComponent - 内联模板:1:2导致:CKEDITOR未定义 JS:ORIGINAL EXCEPTION:没有定义CKEDITOR JS:ORIGINAL STACKTRACE: JS:ReferenceError:未定义CKEDITOR JS:在CKEditorComponent.ckeditorInit(/data/data/org.nativescript.MyCkEditor/files/app/tns_modules/ng2-ckeditor/lib/ckeditor.component.js:71:14) JS:在CKEditorComponent.ngAfterViewInit(/data/data/org.nativescript.MyCkEditor/files/app/tns_modules/ng2-ckeditor/lib/ckeditor.component.js:52:14) JS:在DebugAppView.View_AppComponent0.detectChangesInternal(/AppModule / AppComponent / component.ngfactory.js:81:76) JS:在DebugAppView.AppView.detectChanges(/data/data/org.nativescript.MyCkEditor/files/app/tns_modules/@angular/core/bundles/core.umd.js:12587:18) JS:在DebugAppView.detectChanges(/data/data/org.nativescript.MyCkEditor/files/app/tns_modules/@angular/core/bundles/core.umd.js:12734:48) JS:在DebugAppView.AppView.internalDetectChanges(/data/data/org.nativescript.MyCkEditor/files/app/tns_modules/@angular/core/bundles/core.umd.js:12572:22) JS:在DebugAppView.View_AppComponent_Host0.detectChangesInternal(/AppModule/AppComponent/host.ngfactory.js:29:19) JS:在DebugAppView.AppView.detectChanges(/data/data/org.nativescript.MyCkEditor/files/app/tns_modules/@angular/core/bundles/core.umd.js:12587:18) JS:在DebugAppView.detectChanges(/data/data/org.nativescript.MyCkEditor/files/app/tns_modules/@angular/core/bundles/core.umd.js:12734:48) JS:在ViewRef_.detectChanges(/data/data/org.nativescript.MyCkEditor/files/app/tns_modules/@angular/core/bundles/core.umd.js:9814:24) JS:错误背景: JS:[object Object] JS:ns-renderer:ERROR BOOTSTRAPPING ANGULAR JS:ns-renderer:./AppComponent类中的错误AppComponent - 内联模板:1:2导致:CKEDITOR未定义
请帮我解决这个问题,否则建议我使用一个富文本编辑器,它可以使用Nativescript-Angular2堆栈。
由于