角度项目

发布于 2025-01-19 09:30:59 字数 201 浏览 2 评论 0原文

我正在尝试在Angular应用程序中使用tinymce,但是我总是遇到此错误:

“ ... node_modules/@angular/core/core”'没有导出的成员 'ɵɵfractorydeclaration'。

您能告诉我我需要做什么来解决这个问题吗? 先感谢您!

I am trying to use TinyMCE in my angular application, but I always got this error:

"...node_modules/@angular/core/core"' has no exported member
'ɵɵFactoryDeclaration'.

Could you please tell me what I need to do to fix this problem?
Thank you in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云之铃。 2025-01-26 09:30:59

您是否安装了@tinymce/tinymce-angular库?

如果这样做,您所要做的就是从'@tinymce/tinymce-tinymce-angular'; in opp-module或您选择的任何其他模块中导入{editormodule}。

您可以阅读有关如何在其官方网站上获取应用程序的API密钥和其他初始化配置。

Did you install the @tinymce/tinymce-angular library?

If you did, all you have to do is import { EditorModule } from '@tinymce/tinymce-angular'; into your app-module or any other module of your choosing.

You can read up on how to get the API key for your app and other initialization configuration for TinyMCE on their official website.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文