#Legacy modules do not work?

8 messages · Page 1 of 1 (latest)

rancid portal
#

I updated angular and material to v15(without material migration) and it broke UI, its seems that mat legacy modules do not work correctly.

thats a dialog in the photo. Could someone explain what is happening?

sterile mural
#

What are "mat legacy modules"?

rancid portal
sterile mural
#

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

rancid portal
#

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';

sterile mural
#

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.