You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
Using the tool ng generate @angular/material:mdc-migration created an extra } and the end of one of the scss files.
Sliders with [(ngModel)]= were not updated correctly - the ngModel should be placed in the input that was added
I'll update this issue if I find more issue with the upgrade.
Worth mentioning that this is a project with a history the goes up to Angular 2, while I did try and follow all the upgrade guides there might be configurations in this project that are not relevant, incorrect or not as expected, but I don't plan to create a new angular project from the project template every time I upgrade a version, although I think I did that around Angular 6...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I follow the upgrade instructions but there were some bugs in the upgrade.
The following is my project if you want to try and running the upgrade to see how it fails - this is reproducible:
https://github.com/IsraelHikingMap/Site/tree/e854120951fe8f32057f2d6f2f3611d4c6f5dee6/IsraelHiking.Web
//TODO
).ng generate @angular/material:mdc-migration
created an extra}
and the end of one of the scss files.[(ngModel)]=
were not updated correctly - the ngModel should be placed in the input that was addedI'll update this issue if I find more issue with the upgrade.
Worth mentioning that this is a project with a history the goes up to Angular 2, while I did try and follow all the upgrade guides there might be configurations in this project that are not relevant, incorrect or not as expected, but I don't plan to create a new angular project from the project template every time I upgrade a version, although I think I did that around Angular 6...
The text was updated successfully, but these errors were encountered: