angular: Migrate to standalone components by lucas-koehler · Pull Request #2502 · eclipsesource/jsonforms

sdirix

previously approved these changes Nov 13, 2025

@lucas-koehler

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.