Skip to content

Commit d70999f

Browse files
committed
添加动态表单测试
1 parent 1416d2d commit d70999f

14 files changed

+650
-69
lines changed

angular.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"src/styles.less"
3131
],
3232
"scripts": [
33+
"node_modules/@antv/g2/dist/g2.min.js",
3334
"node_modules/ajv/dist/ajv.bundle.js"
3435
]
3536
},
@@ -81,7 +82,9 @@
8182
"src/styles.less"
8283
],
8384
"scripts": [
84-
"node_modules/ajv/dist/ajv.bundle.js"
85+
"node_modules/zone.js/dist/zone.js",
86+
"node_modules/@antv/g2/dist/g2.min.js",
87+
"node_modules/ajv/dist/ajv.bundle.js"
8588
],
8689
"assets": [
8790
"src/favicon.ico",
@@ -168,4 +171,4 @@
168171
"spec": false
169172
}
170173
}
171-
}
174+
}

0 commit comments

Comments
 (0)