Angular 17 Router not working on node server
I’m with a strange situation.
I’m making a simple app that for now needs to go from the landing-page (directory ”) to a form component (directory ‘/form’) using Angular 17 and node.js with express.js. I have nodemon installed to listen to my code changes and up that to the server, algo using ‘ng build –watch’ to update the angular files and make nodemon listen.