I'm setting up a new MEAN stack project and want to use Angular for my front end. I want to use HTML files for my views so I can use Angular in them. I'm having trouble setting the Express 'view engine' to HTML. I found one solution that works here, written by Andrew Homeyer.
But with this method, I'll have to double up all my view templates? For example, index.jade-index.html, planets.jade-planets.html and so on? Is there any better way to do this? Thanks so much guys.