Error Rendering component

Hi Radzen team,

I'm trying to edit a page that I have created Radzen and I'm trying to edit it using Angular however I'm getting an error when I edit the json file which in my case is called print-cards.json. The error shows on the Radzen page and also in the output.

The output says this:

ng-cli:
ERROR in src/app/app.module-generated.ts(40,31): error TS2307: Cannot find module '@radzen/angular/dist/foreach'.
src/app/app.module-generated.ts(41,27): error TS2307: Cannot find module '@radzen/angular/dist/div'.
src/app/app.module-generated.ts(42,25): error TS2307: Cannot find module '@radzen/angular/dist/p'.

ng-cli: :information_source: 「wdm」: Failed to compile.

Please help me.

Radzen json pages are not Angular - it’s a meta code used to generate Angular when you run the application.

Well, which file should i edit than if thats the case?