Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(angular): update to Angular@16 #144

Merged
merged 1 commit into from
May 18, 2023

Conversation

FCHAPLIN
Copy link
Contributor

Hi,
This pull request aims to update the lib to allow it's use with Angular v16.

What I did :

  • used 'ng update @angular/core@16 @angular/cli@16' with no issues
  • used 'ng update @angular/material@16' with no issues
  • used 'ng generate @angular/material:mdc-migration' to automate the components migration to the new mdc components (see https://material.angular.io/guide/mdc-migration)

I identified a minor change in the component style : the drop shadow is thinner on cards. This is normal according the MDC spec (see https://material.angular.io/guide/mdc-migration#library-wide-changes and https://m3.material.io/components/cards/overview.

Could you please review this soon ? I really need ngx-drag-drop to support ng16...
Thank you !

closes #143

@puranjayjain
Copy link

This looks good to me as well

@ChristofFritz
Copy link
Collaborator

lgtm

@ChristofFritz ChristofFritz merged commit 9061ee5 into reppners:master May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Angular v16
3 participants