Skip to content

Commit

Permalink
feat: change to signal inputs to be zoneless compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Jun 24, 2024
1 parent cd6bb9b commit 2965bda
Show file tree
Hide file tree
Showing 17 changed files with 6,668 additions and 6,343 deletions.
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"outputPath": "dist/overview",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [],
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
Expand Down Expand Up @@ -83,7 +83,7 @@
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": [],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": ["src/favicon.ico", "src/assets"],
Expand Down
Loading

0 comments on commit 2965bda

Please sign in to comment.