I have angular2 & mongoDB configured. So far I am able to read json files using http service but I want to develop a complete application which will have databa
angular2 & mongoDB
You should use a server side framework like hapijs, expressjs etc where you have to make a connection by mentioning your database url like
`mongodb://username:password@ds012367.mlab.com:12367/dbName
which then connects your app to database.