Skip to content

Commit ebd2c58

Browse files
committed
perf: standalone & zone-less
1 parent db84325 commit ebd2c58

File tree

12 files changed

+409
-769
lines changed

12 files changed

+409
-769
lines changed

angular.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727
"test": {
2828
"builder": "@angular-devkit/build-angular:karma",
2929
"options": {
30-
"tsConfig": "projects/ngx-back-button/tsconfig.spec.json",
31-
"polyfills": [
32-
"zone.js",
33-
"zone.js/testing"
34-
]
30+
"tsConfig": "projects/ngx-back-button/tsconfig.spec.json"
3531
}
3632
}
3733
}
@@ -51,9 +47,6 @@
5147
"base": "dist/ngx-back-button-tester"
5248
},
5349
"index": "projects/ngx-back-button-tester/src/index.html",
54-
"polyfills": [
55-
"projects/ngx-back-button-tester/src/polyfills.ts"
56-
],
5750
"tsConfig": "projects/ngx-back-button-tester/tsconfig.app.json",
5851
"assets": [
5952
"projects/ngx-back-button-tester/src/favicon.ico",

0 commit comments

Comments
 (0)