• Serve angularJs application by Node server.

  • Author : Shubham Verma
  • Date : June 27, 2020
  • idkblogs.com

Serve angularJs application by Node server.

In this article, we will learn how we can run our angularJs app using nodejs. We will create an angularJs app and then we will run this app using nodeJs. We will serve this angularJs app using node server. node server will control this angularJs app.

idkBlogs

  • Remove hash bang (#) from routes in AngularJs app?

  • Author : Shubham Verma
  • Date : December 17, 2017
  • idkblogs.com

Remove hash bang (#) from routes in AngularJs app?

In AngularJs app, some time in the URL you can see the hash "#!", So this is not an standard to write the routes. In this article, we will see how we can remove this hash.

idkBlogs