在文档http://docs.ckeditor.com/#!/guide/dev_skins中,他们说要在配置中传递皮肤,所以我这样做是为了传递皮肤配置
this.config = {
skin: 'office2013'
}
但是它给了我GET http://cdn.ckeditor.com/4.5.11/full/skins/office2013/editor.css/
这个错误。如何为angular2 ckeditor添加皮肤
答案 0 :(得分:0)
您需要构建自己的ckeditor包,将其放入项目文件夹并包含在index.html <script src=RELPATH/ckeditor/ckeditor.js></scr>