0
I learned a little about Angularjs and now I’m starting with Node.js and some doubts have arisen. With Angular I use $routeProvider
to create the routes and navigate between the pages as single page application, Node also managed to use the routes, but the question arose of how to use the two or if, using angular and Node, I must use the routes in one or the other.
I’ve read a lot of things and from what I’ve seen, I should use the routes through Ode only, that’s right?
Got it. So ngRoute would only be for web pages or applications that don’t use Node and express? Thank you.
– Fernando Zabin