# powerbi-angular-client
Sample application which demonstrates using [angular-powerbi](https://github.com/Microsoft/PowerBI-Angular) library within Angular 1.x application.

## View Live Demo
[http://azure-samples.github.io/powerbi-angular-client](http://azure-samples.github.io/powerbi-angular-client)

## Running this sample locally

### Clone the repository

```
git clone https://github.com/Azure-Samples/powerbi-angular-client
```

### Install dependencies
```
npm install
```

### Run Build
```
npm run build
```

### Serve the files from the root of the repository:
```
npm start
```
  
### Open `dist/index.html` within the browser:

  Example: `127.0.0.1:8080/dist/`

## Deploy this sample to Azure
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/)

## About the code
See: [angular-powerbi](https://github.com/Microsoft/PowerBI-Angular) for details about usage of module.

## More information
We're interested in feedback.  Open a [new issue](https://github.com/Azure-Samples/powerbi-angular-client/issues/new) if you have requests or find bugs.


