Currently, I am developing a web application utilizing AngularJS + SpringMVC. Due to restrictions in using only pure HTML view pages, server-side frameworks like Tiles are not viable options for me.
I suspect that the angularJS ng-view
tag may not be robust enough for creating intricate layouts.
Is there any client-side alternative that someone could recommend for designing HTML layout templates?
Thank you in advance!