Angular
Setting Up An Angular Environment

Installing MongoDB

PRO

Chances are, if you work with Angular, you'll be working with Node.js quite a bit. When it comes to adding data persistence, relational databases like MySQL are a perfectly valid choice. However, MongoDB offers many benefits which, in general, can make it nicer to work within a JavaScript stack. Let's get it installed for later use.

 

I finished! On to the next chapter