Search code examples
angularmongodbmongodb-queryangular7

How to implement MongoDB in angular?


I am using Angular7 and I would like to install MongoDB to my Angular application. What is the most straight forward i.e. simplest way to do this?


Solution

  • Angular is front-end framework. You can implement it in any framework as mediator to connect database with MongoDB.

    if you want use MongoDB place that on back-end.