{"id":21399575,"url":"https://github.com/diego-d5000/powerbi-angular2","last_synced_at":"2025-07-13T20:33:47.727Z","repository":{"id":57179678,"uuid":"96801549","full_name":"diego-d5000/PowerBI-Angular2","owner":"diego-d5000","description":"Angular (Angular 2, Angular io) components based on \"PowerBI-Angular\" and \"PowerBI-Javascript\" to use PowerBI Embedded Features","archived":false,"fork":false,"pushed_at":"2018-03-16T08:30:48.000Z","size":87,"stargazers_count":10,"open_issues_count":9,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-08T19:39:20.281Z","etag":null,"topics":["angular","angular2","powerbi","powerbi-embedded"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diego-d5000.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-10T17:02:11.000Z","updated_at":"2022-10-26T09:07:46.000Z","dependencies_parsed_at":"2022-09-26T17:00:24.918Z","dependency_job_id":null,"html_url":"https://github.com/diego-d5000/PowerBI-Angular2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diego-d5000%2FPowerBI-Angular2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diego-d5000%2FPowerBI-Angular2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diego-d5000%2FPowerBI-Angular2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diego-d5000%2FPowerBI-Angular2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diego-d5000","download_url":"https://codeload.github.com/diego-d5000/PowerBI-Angular2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225917079,"owners_count":17544831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular2","powerbi","powerbi-embedded"],"created_at":"2024-11-22T15:15:19.030Z","updated_at":"2024-11-22T15:15:19.632Z","avatar_url":"https://github.com/diego-d5000.png","language":"TypeScript","readme":"# angular2-powerbi\n\n## Installation\n\nTo install this library, run:\n\n```bash\n$ npm install angular2-powerbi --save\n```\n\n## Consuming the library\n\nfrom your Angular `AppModule`:\n\n```typescript\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\n\nimport { AppComponent } from './app.component';\n\n// Import your library\nimport { PowerBIModule } from 'angular2-powerbi';\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n\n    // Specify your library as an import\n    PowerBIModule.forRoot()\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\nOnce your library is imported, you can use its components:\n\n```xml\n\u003c!-- You can now use your library component in app.component.html --\u003e\n\u003ch1\u003e\n  {{title}}\n\u003c/h1\u003e\n\u003cpowerbi-component embedUrl=\"https://app.powerbi.com/reportEmbed?reportId=bd851208e\"\naccessToken=\"H4sIAAAAAAAEAB2WtQ70CBKE3\" type=\"report\" id=\"bd851208\"\u003e\u003c/powerbi-component\u003e \n```\n\n## Development\n\nTo generate all `*.js`, `*.d.ts` and `*.metadata.json` files:\n\n```bash\n$ npm run build\n```\n\nTo lint all `*.ts` files:\n\n```bash\n$ npm run lint\n```\n\n## License\n\nMIT © [Diego Plascencia](mailto:diego-d@outlook.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiego-d5000%2Fpowerbi-angular2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiego-d5000%2Fpowerbi-angular2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiego-d5000%2Fpowerbi-angular2/lists"}