I learned a little about AngularJS and now I'm starting with Node.js and some doubts have arisen. With the Angular I use $routeProvider
to create the routes and to navigate between the pages as a single page application, in the Node I was also able to use the routes, but the question arose as to how to use the two or if, using angular and node, I should use the routes in one or the other.
I read several things and from what I saw, I should use the routes by node only, is that right?