mratanusarkar / Angular-PowerBI-POC

A demo Angular Project POC to render a Power BI report and explore possibilities, bugs, issues and fixes & solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular-PowerBI-POC

HitCount

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/

About

A demo Angular Project POC to render a Power BI report and explore possibilities, bugs, issues and fixes & solutions


Languages

Language:TypeScript 71.4%Language:JavaScript 13.5%Language:SCSS 10.3%Language:HTML 4.8%