Skip to content

Commit 19085df

Browse files
committed
angular
1 parent 2d26d5e commit 19085df

35 files changed

+1532
-1878
lines changed

.prettierrc.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"printWidth": 140,
3+
"singleQuote": true
4+
}

angular.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@
4545
"src/assets"
4646
],
4747
"styles": [
48+
"node_modules/ng-zorro-antd/src/ng-zorro-antd.min.css",
4849
"src/styles.css"
4950
],
50-
"scripts": []
51+
"scripts": [],
52+
"i18nLocale": "zh-CN"
5153
},
5254
"configurations": {
5355
"production": {
@@ -94,6 +96,7 @@
9496
"tsConfig": "src/tsconfig.spec.json",
9597
"karmaConfig": "src/karma.conf.js",
9698
"styles": [
99+
"node_modules/ng-zorro-antd/src/ng-zorro-antd.min.css",
97100
"src/styles.css"
98101
],
99102
"scripts": [],
@@ -146,4 +149,4 @@
146149
}
147150
},
148151
"defaultProject": "mycard-store"
149-
}
152+
}

e2e/protractor.conf.js

-28
This file was deleted.

e2e/src/app.e2e-spec.ts

-14
This file was deleted.

e2e/src/app.po.ts

-11
This file was deleted.

e2e/tsconfig.e2e.json

-13
This file was deleted.

0 commit comments

Comments
 (0)