Skip to content

Commit

Permalink
feat(lib): upgrade to Angular 17
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade to Angular 17
- remove empty test stubs
  • Loading branch information
tomastrajan committed Nov 9, 2023
1 parent 2375d98 commit 2404cbb
Show file tree
Hide file tree
Showing 50 changed files with 10,599 additions and 10,069 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"outputPath": "dist/elements-demo",
"index": "projects/elements-demo/src/index.html",
"main": "projects/elements-demo/src/main.ts",
"polyfills": "projects/elements-demo/src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "projects/elements-demo/tsconfig.app.json",
"assets": [
"projects/elements-demo/src/favicon.ico",
Expand Down
Loading

0 comments on commit 2404cbb

Please sign in to comment.