jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Angular Ivy distribution

Open JBBianchi opened this issue 3 years ago • 1 comments

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

JBBianchi avatar Aug 02 '22 07:08 JBBianchi

Thanks for the report

sdirix avatar Aug 08 '22 05:08 sdirix