Is it possible to use angular material UI in cuba platform instead of polymer UI?

Is it possible to use angular material UI in cuba platform instead of polymer UI?

I want to design rich user interface with angular material.

Hello,

Sorry for the delayed response, it’s totally possible, I’ve just made a demo project: GitHub - cuba-labs/cuba-angular-material

As you might know we are shifting to more generic support for front-end clients so potentially at some day it may be possible to generate it right from the Studio.

1 Like

I could not unable to run my angular code in cuba.If you don’t mine ,Please explain where I could change the file.

The Angular client is placed in modules/front directory of the sample project.
Just to clarify: it’s a separate type of the UI which is completely different than Generic UI

Ya! I placed my angular code in modules/front directory but it is not running

Did you amend the code in the sample or completely overwrite it? In the second case I cannot help you without an ability to look to the sources.

Here I Shared my code.Kindly review this code

Hi,
It seems you did not copied the sample project (for example there is no frontModule in your build.gradle, see Add gradle module · cuba-labs/cuba-angular-material@a8f22fc · GitHub). Then you have to go through the commits in sample project and make sure you make the same changes.

thanks for ur help. Its working.