Page duplicate in RADZEN

Hi, do it is possible when a page is duplicated, duplicate also its page.component.ts so the copy page will have already the customized code, if exists?

Hi,

When you duplicate a page you duplicate everything - from UI to code:

Best Regards,
Vladimir

Hi, also do the custom code inserted in page.component.ts is duplicated for copied page?
For example, If I overwrite a method of the page class in page.component.ts will it be duplicated in the
copypage.component.ts file?

No. The custom code from *.component.ts will not be duplicated.

Do it is possibile add this feature in next release? It should be useful when develop real word application.