Skip to content

Conversation

@lucas-koehler
Copy link
Contributor

@lucas-koehler lucas-koehler commented Nov 6, 2025

NOTE: This contains the changes of #2501 and should be merged afterwards.

Tested with the JSON Forms Angular Seed without adaptions and it worked as before.


Starting with Angular 19, standalone components are the new default and
non-standalone components are discouraged producing a lint error.

This migrates all components of the Angular and Angular Material packages
to be standalone. Backwards compatibility is maintained by keeping existing
NG modules which now import and export all components.
Thus, users can use the modules as before.

@netlify
Copy link

netlify bot commented Nov 6, 2025

Deploy Preview for jsonforms-examples ready!

Name Link
🔨 Latest commit 1b0c8ee
🔍 Latest deploy log https://app.netlify.com/projects/jsonforms-examples/deploys/6915ece05801c500088f6186
😎 Deploy Preview https://deploy-preview-2502--jsonforms-examples.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coveralls
Copy link

coveralls commented Nov 6, 2025

Coverage Status

coverage: 82.798%. remained the same
when pulling 1b0c8ee on lk/angular-standalone
into 2b6f5e3 on master.

sdirix
sdirix previously approved these changes Nov 13, 2025
Copy link
Member

@sdirix sdirix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested the Angular Material dev application. It works as before 👍

Starting with Angular 19, standalone components are the new default and
non-standalone components are discouraged producing a lint error.

This migrates all components of the Angular and Angular Material packages
to be standalone. Backwards compatibility is maintained by keeping existing
NG modules which now import and export all components.
Thus, users can use the modules as before.
@lucas-koehler lucas-koehler added this to the 3.7 milestone Nov 13, 2025
@lucas-koehler lucas-koehler merged commit 1b0c8ee into master Nov 13, 2025
13 of 14 checks passed
@lucas-koehler lucas-koehler deleted the lk/angular-standalone branch November 13, 2025 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants