powerbi-angular-client
v1.0.0
Published
Sample application which demonstrates using [angular-powerbi](https://github.com/Microsoft/PowerBI-Angular) library within Angular 1.x application.
Downloads
58
Readme
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
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.