> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/multi-location-grocery/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionicfirebaseapp.com/multi-location-grocery/api-backend/angular-installation.md).

# Angular Installation

Prerequisites

* [Nodejs 10 or above](https://docs.ionicfirebaseapp.com/flutter-grocery-app/nodejs-installtion)
* node-sass

You need to install the [angular-CLI](https://cli.angular.io/) package globally on your machine to run the dashboard. if you are on Linux or MAC need to add `Sudo` before each commend.

```
npm install -g @angular/cli
```
