Skip to content

Commit

Permalink
angular update to v15 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Mar 7, 2024
1 parent 5dcd801 commit 565f395
Show file tree
Hide file tree
Showing 66 changed files with 7,740 additions and 9,637 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ yarn-error.log
testem.log
/typings
/pacts
/.angular/cache

# System Files
.DS_Store
Expand Down
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
],
"styles": [
"src/styles.scss",
"node_modules/ngx-toastr/toastr.css"
"node_modules/ngx-toastr/toastr.css",
"node_modules/ngx-spinner/animations/line-spin-fade.css"
],
"scripts": [],
"aot": false,
Expand Down Expand Up @@ -130,6 +131,5 @@
}
}
}
},
"defaultProject": "jtl-reporter"
}
}
}
Loading

0 comments on commit 565f395

Please sign in to comment.