当前位置: 首页 > 工具软件 > ng-quill > 使用案例 >

angular4中引入quill editor

钦侯林
2023-12-01

1. npm install --save-dev @types/quill  安装types

2.npm install ng2-quill-editor --save 安装quill

3.配置tsconfig.app.json

"compilerOptions": {
  "types": ["node", "jasmine"]
}
 

转载于:https://www.cnblogs.com/WindBlog/p/7791746.html

 类似资料: