gpt4 book ai didi

javascript - 如何在 Angular 4 中使用 CKEditor?

转载 作者:行者123 更新时间:2023-11-30 11:25:34 24 4
gpt4 key购买 nike

  1. 我使用 npm install ng2-ckeditor 此命令安装 CKEditor。
  2. 然后在我的index.html中添加ckeditor.js
  3. 然后在 app.module.ts 中导入 import { CKEditorModule } from 'ng2-ckeditor';
  4. 然后在我的 HTML 页面中使用 CKEditor

     <ckeditor ngModel="{{ckeditorContent}}" formControlName="circular_contents" [config]="{uiColor: '#99000'}" [readonly]="false" debounce="500" debounce="500">
    </ckeditor>
  5. 当时我收到错误ERROR TypeError: Cannot set property 'dir' of undefined

现在我如何在 HTML 页面中使用 CKEditor。

最佳答案

一切都可以,只需在您的index.html页面中包含ckeditor cdn链接,不要下载ckeditor.js。

<script src="https://cdn.ckeditor.com/4.5.11/full/ckeditor.js"></script>

关于javascript - 如何在 Angular 4 中使用 CKEditor?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48169068/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com