jsonforms
jsonforms copied to clipboard
Angular Ivy distribution
Is your feature request related to a problem? Please describe.
When compiling a project depending on @jsonforms/angular (and @jsonforms/angular-material), the CLI output the following message:
Processing legacy "View Engine" libraries:
- @jsonforms/angular [module/esm5] (https://github.com/eclipsesource/jsonforms)
- @jsonforms/angular-material [module/esm5] (https://github.com/eclipsesource/jsonforms)
Encourage the library authors to publish an Ivy distribution.
Describe the solution you'd like
Updating both package to angular 13 (or more) will solve this issue by setting "compilationMode": "partial" in tsconfig.lib.prod.json
Describe alternatives you've considered
None
Framework
Angular
RendererSet
Material
Additional context
No response
Thanks for the report