Reputation: 1475
In jhipster, how can I can choose thymeleaf crud UI instead of the default Angular for entities ?
Upvotes: 1
Views: 556
Reputation: 4701
There is no thymeleaf crud UI in jhipster. Thymleaf is for server-rendered pages you may want to have outside the AngularJS single-page application.
Upvotes: 1