Azure-Samples / powerbi-angular-client

PowerBI sample demonstrating use of angular-powerbi
http://azure-samples.github.io/powerbi-angular-client
MIT License
21 stars 18 forks source link

powerbi-angular-client

Sample application which demonstrates using angular-powerbi library within Angular 1.x application.

View Live Demo

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

About the code

See: angular-powerbi for details about usage of module.

More information

We're interested in feedback. Open a new issue if you have requests or find bugs.