我正在创建一个在其中使用 npm 包的模板项目,是否有任何选项可以在模板项目中添加 npm 包。我寻找解决方案的任何建议已经有一段时间了。
这就是我在 Angular 中使用 ck-editor 的方式
<ck-editor name="editor" #myEditor [(ngModel)]="templateSetValue.template_content"
(change)="handleEditorData($event)">
</ck-editor>
是否可以使用相同的模板项目 https://www.npmjs.com/package/ngx-ckeditor