> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/flutter-grocery-app-pro/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/flutter-grocery-app-pro/dashboard/angular-installtion.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.&#x20;

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