Skip to content

Commit

Permalink
Update to Angular 13 (#1714)
Browse files Browse the repository at this point in the history
* first pass

* cdk

* Update to Angular 13

* prettier

* return entryComponents and upgrade rxjs in package.json

Co-authored-by: Jose Zamudio <jose.zamudio@JoseZamudio-MacBookPro.local>
  • Loading branch information
soyzamudio and Jose Zamudio authored Dec 16, 2021
1 parent e75c7ce commit 7aa4a3e
Show file tree
Hide file tree
Showing 9 changed files with 2,534 additions and 4,923 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.angular/cache
node_modules/
.DS_Store
npm-debug.log
Expand Down
17 changes: 0 additions & 17 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": ["tsconfig.app.json", "tsconfig.spec.json", "e2e/tsconfig.json"],
"exclude": ["**/node_modules/**"]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand Down Expand Up @@ -147,16 +140,6 @@
"tsConfig": "projects/swimlane/ngx-charts/tsconfig.spec.json",
"karmaConfig": "projects/swimlane/ngx-charts/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/swimlane/ngx-charts/tsconfig.lib.json",
"projects/swimlane/ngx-charts/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
}
}
}
}
Expand Down
Loading

2 comments on commit 7aa4a3e

@blogcraft
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be a problem with the build.

@blogcraft
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a Pull request #1717 that corrects the error.

Please sign in to comment.