angular: Migrate to standalone components by lucas-koehler · Pull Request #2502 · eclipsesource/jsonforms
previously approved these changes Nov 13, 2025
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters