ivmartel / dwv-angular

Medical image viewer using DWV (DICOM Web Viewer) and Angular.
https://ivmartel.github.io/dwv-angular
GNU General Public License v3.0
41 stars 18 forks source link

Update angular to v17 #737

Closed ivmartel closed 6 months ago

ivmartel commented 6 months ago

Angular v17 is available: see https://blog.angular.io/introducing-angular-v17-4d7033312e4b

ivmartel commented 6 months ago

Ran:

# update angular
yarn run ng update @angular/core@17 @angular/cli@17 @angular-eslint/schematics@17
# commit
git commit -a -m 'Update angular to v17, relates to #737'
# update angular material
yarn run ng update @angular/material@17
# commit
git commit -a -m 'Update angular material to v17, relates to #737'
# rebuild
rm -rf node_modules
rm yarn.lock
yarn install