Radzen angular code generation issue

Hello!
I am working with the radzen studio only and I already have a main page.
When I add a new page, say a login page, and then run the client, it fails to compile and it says: ERROR in src/app/login/login-generated.component.ts(26,18): error TS2304: Cannot find name 'ConfigService'.
src/app/login/login-generated.component.ts(47,44): error TS2304: Cannot find name 'ConfigService'.
I went to the files it generated, and indeed I didn't see an import for ConfigService.
If I add it manually, the client will compile successfully, but will still fail in the next run. Also, if I make any changes on the new page, it compiles too. But again, untill the next run.
Any ideas what could I miss?

1 Like

Thanks a lot!
I actually saw this documentation, but I didn't realize this would be the solution.