Skip to content

Commit

Permalink
Merge pull request #190 from cmolendijk/feature/update-angular
Browse files Browse the repository at this point in the history
Update angular to 16
  • Loading branch information
tanansatpal authored Sep 27, 2023
2 parents 3ae3c7f + 5b2fc97 commit d3e50c9
Show file tree
Hide file tree
Showing 13 changed files with 19,495 additions and 15,777 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"createDefaultProgram": true
},
"extends": [
"plugin:@angular-eslint/ng-cli-compat",
"plugin:@angular-eslint/ng-cli-compat--formatting-add-on",
"plugin:@angular-eslint/recommended",
"plugin:@angular-eslint/template/process-inline-templates"
],
"rules": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
16 changes: 12 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/ngx-mat-intl-tel-input/src/test.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "projects/ngx-mat-intl-tel-input/tsconfig.spec.json",
"karmaConfig": "projects/ngx-mat-intl-tel-input/karma.conf.js"
}
Expand Down Expand Up @@ -124,8 +127,10 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/ngx-mat-intl-tel-input-tester/src/test.ts",
"polyfills": "projects/ngx-mat-intl-tel-input-tester/src/polyfills.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "projects/ngx-mat-intl-tel-input-tester/tsconfig.spec.json",
"karmaConfig": "projects/ngx-mat-intl-tel-input-tester/karma.conf.js",
"assets": [
Expand Down Expand Up @@ -163,6 +168,9 @@
}
},
"cli": {
"schematicCollections": ["@angular-eslint/schematics"]
"schematicCollections": [
"@angular-eslint/schematics"
],
"analytics": false
}
}
Loading

0 comments on commit d3e50c9

Please sign in to comment.