Skip to content

Commit

Permalink
chore: update spreadsheet app
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmariomenev committed Jan 6, 2025
1 parent abbb037 commit 3918a4d
Show file tree
Hide file tree
Showing 13 changed files with 6,728 additions and 4,350 deletions.
8 changes: 5 additions & 3 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 All @@ -36,7 +37,7 @@
],
"styles": [
{
"input": "node_modules/@progress/kendo-theme-default/dist/default-ocean-blue-a11y.scss"
"input": "node_modules/@progress/kendo-theme-default/dist/default-ocean-blue.scss"
},
"src/styles.css"
],
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 3918a4d

Please sign in to comment.