Skip to content
tutorialforbeginners.net
Easy Tutorials for Beginners

Tag: Node Angularjs Mirror index.html

Node AngularJs How to Mirror index.html File

  • Posted on August 30, 2018
  • /Under Uncategorized
  • /With 0 Comments
Node Angular.js Mirror index.html First Remove the: app.use('/', index); Or Equivalents directives. Then Edit Main app.js File and Append: app.all('/*', function(req, res) { res.sendfile('app_client/index.html'); }); Reference: stackoverflowcontinue reading →
Blogger Theme by WPExplorer Powered by WordPress