Skip to content

Commit aa60ea6

Browse files
chore: update spreadsheet app (#4500)
* chore: update spreadsheet app * chore: code cleanup
1 parent abbb037 commit aa60ea6

14 files changed

+6728
-4353
lines changed

examples-standalone/spreadsheet-app/angular.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"index": "src/index.html",
2828
"browser": "src/main.ts",
2929
"polyfills": [
30-
"zone.js"
30+
"zone.js",
31+
"@angular/localize/init"
3132
],
3233
"tsConfig": "tsconfig.app.json",
3334
"assets": [
@@ -89,7 +90,8 @@
8990
"options": {
9091
"polyfills": [
9192
"zone.js",
92-
"zone.js/testing"
93+
"zone.js/testing",
94+
"@angular/localize/init"
9395
],
9496
"tsConfig": "tsconfig.spec.json",
9597
"assets": [

0 commit comments

Comments
 (0)