#Legacy modules do not work?
8 messages · Page 1 of 1 (latest)
What are "mat legacy modules"?
The web is made up of links and text. Pictures were a mistake that I wish had never been made. Things were so much better when it was all black and white text.
post a link to that information
okay, im sorry Rob. https://rc.material.angular.io/guide/mdc-migration
The old implementation of each new component is now deprecated, but still available from a "legacy" import. For example, you can import the old mat-button implementation can be used by importing the legacy button module.
import {MatLegacyButtonModule} from '@angular/material/legacy-button';
I updated angular and material to v15(without material migration) and it broke UI
You must run the migrations. You must follow the instructions carefully and fully from https://update.angular.io/ when updating@angular/dependencies.