
Yaseer M. answered 05/11/19
Over 14 Years of Professional Software Development Experience
Node.js and Angular are two different animals. The Angular is a client side framework whereas Node.js is a server side framework. You can use them as MEAN stack, where front end is implemented in Angular and backend e.g. database connection, RESTful APIs are implemented in Node.js using Express.js framework.