We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa3b41 commit a4c3d9bCopy full SHA for a4c3d9b
angular.json
@@ -360,7 +360,9 @@
360
"builder": "@angular/build:karma",
361
"options": {
362
"main": "projects/igniteui-angular-elements/src/test.ts",
363
- "polyfills": "projects/igniteui-angular-elements/src/polyfills.ts",
+ "polyfills": [
364
+ "projects/igniteui-angular-elements/src/polyfills.ts"
365
+ ],
366
"tsConfig": "projects/igniteui-angular-elements/tsconfig.spec.json",
367
"karmaConfig": "projects/igniteui-angular-elements/karma.conf.js",
368
"inlineStyleLanguage": "scss",
0 commit comments