I have a Node Js
project where I have all front end files in .ejs
which calls the server.js
which is doing back end work.
1)Does ejs
provide more functionality when compared to html
?
2)Is this the node expressJs functionality ?
3)Can I do angularJs keeping extension as .ejs
? eg:ng-controller
Confused;-)