Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mratanusarkar/angular-powerbi-poc
A demo Angular Project POC to render a Power BI report and explore possibilities, bugs, issues and fixes & solutions
https://github.com/mratanusarkar/angular-powerbi-poc
Last synced: 11 days ago
JSON representation
A demo Angular Project POC to render a Power BI report and explore possibilities, bugs, issues and fixes & solutions
- Host: GitHub
- URL: https://github.com/mratanusarkar/angular-powerbi-poc
- Owner: mratanusarkar
- Created: 2022-05-24T15:37:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T05:18:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T16:36:13.489Z (15 days ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular-PowerBI-POC
[![HitCount](https://hits.dwyl.com/mratanusarkar/Angular-PowerBI-POC.svg?style=flat)](http://hits.dwyl.com/mratanusarkar/Angular-PowerBI-POC)A demo Angular Project POC to render a Power BI report and explore possibilities, bugs, issues and fixes & solutions
---
Quick steps to setup and run the project:
1. make sure you have node, npm and angular installed
2. clone the repo
3. open the project in some IDE or code editor or in terminal
4. navigate to the angular project directory: `cd angular-powerbi-poc`
5. install packages and dependency: `npm i` or `npm ci`
(use npm ci as the MS package is buggy and updates sometimes breaks the "powerbi-client-angular" package)
6. run the code `ng serve`
7. open the app in any browser with url as: http://localhost:4200/---