java - How to use Angular 2 in exist Spring MVC project -
i have spring mvc project , use jsp. want use angular 2 don't want disrupt project.
@requestmapping("") string amethod(httpservletrequest request, model model) { //doing return a.jsp }
my project this. use lots of jsp.
when search angular 2, examples use 1 index.html.
i want create different components angular 2 , use component's selector in jsp files.
but don't know how can that. because there no example in anywhere.
how should code structure be? how can use angular 2 this?
Comments
Post a Comment