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?
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.