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

feat(v19): update to angular 19 #16977

Closed
wants to merge 106 commits into from
Closed

Conversation

luca-peruzzo
Copy link
Contributor

Fixes #16827

@mertsincan Hi!

I created this PR with the intent of facilitating the migration to angular 19.
If you want to take it as a starting point.
I also did an upgrade to showcase to test the various components and found no problems.
Thanks for this library, I hope my contribution can be useful!

What has changed:

  • standalone is now true by default (explicitly set to false for existing modules)
  • optimized the new control flow syntax on all components
  • optimized imports by removing CommonModule, replaced by importing involved directives (NgClass, NgStyle etc...)

What to check for:

  • @angular/language-service v19 reports unused imports in standalone components, but some are false positives, so I didn't remove them.
  • sass reports @import in showcase as deprecated

Copy link

vercel bot commented Dec 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Dec 8, 2024 8:32am
primeng-v18 ⬜️ Ignored (Inspect) Visit Preview Dec 8, 2024 8:32am

Copy link

vercel bot commented Dec 7, 2024

@luca-peruzzo is attempting to deploy a commit to the primetek Team on Vercel.

A member of the Team first needs to authorize it.

@luca-peruzzo luca-peruzzo changed the title V19 feat(v19): update to angular 19 Dec 7, 2024
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.

2 participants