feat: update Angular and Angular CDK packages

This commit is contained in:
Sergey Andrievskiy 2021-11-12 17:09:55 +03:00
parent cabe4bd71a
commit 181331a894
5 changed files with 2634 additions and 6905 deletions

View file

@ -146,17 +146,6 @@
}
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"typeCheck": true,
"exclude": []
}
}
}
},
@ -171,15 +160,6 @@
"protractorConfig": "./protractor.conf.js",
"devServerTarget": "ngx-admin-demo:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"e2e/tsconfig.e2e.json"
],
"exclude": []
}
}
}
}