-
AngularJS版本的google-diff-match-patch包装器:angular-diff-match-patch
资源介绍
角度差异匹配补丁
该库只是的包装。
(此处显示了一些自定义样式)
角度2端口
如果您希望在Angular 2+项目中使用它,请查看以下端口:
建立
从安装
npm install amweiss/angular-diff-match-patch
从安装
bower install angular-diff-match-patch
与webpack结合使用
config . plugins = [
new webpack . ProvidePlugin ( {
diff_match_patch : 'diff-match-patch'
} ) ,
]
- 上一篇: 系统预定义类型-C#入门经典教程
- 下一篇: CLS和CTS-C#入门经典教程