Cannot publish new update

I am getting a error when trying to publish changes.

Property 'data' does not exist on type 'DmfsComponent'

I am able to run the application but no longer able to publish changes after modifying some screens.

Thanks

It seems that you are using a property called "data" in the Dmfs page without declaring it (via Set Property).

In development Radzen uses the faster JIT Angular build which is less strict. In production Radzen uses the AOT (ahead of time) Angular build - slower but more strict which reports such errors.

1 Like