Skip to content

Commit

Permalink
chore: update spreadsheet app (#4500)
Browse files Browse the repository at this point in the history
* chore: update spreadsheet app

* chore: code cleanup
  • Loading branch information
yanmariomenev authored Jan 7, 2025
1 parent abbb037 commit aa60ea6
Show file tree
Hide file tree
Showing 14 changed files with 6,728 additions and 4,353 deletions.
6 changes: 4 additions & 2 deletions examples-standalone/spreadsheet-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
"zone.js",
"@angular/localize/init"
],
"tsConfig": "tsconfig.app.json",
"assets": [
Expand Down Expand Up @@ -89,7 +90,8 @@
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
"zone.js/testing",
"@angular/localize/init"
],
"tsConfig": "tsconfig.spec.json",
"assets": [
Expand Down
Loading

0 comments on commit aa60ea6

Please sign in to comment.