You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [wiki](https://github.com/Microsoft/PowerBI-JavaScript/wiki) for more details about embedding, service configuration, setting default page, page navigation, dynamically applying filters, and more.
13
+
See the [wiki](https://github.com/Microsoft/PowerBI-JavaScript/wiki) for more details about embedding, service configuration, setting a default page, page navigation, dynamically applying filters, and more.
15
14
16
15
## Code Docs
17
16
See the [code docs](https://microsoft.github.io/PowerBI-JavaScript) for detailed information about classes, interfaces, types, etc.
18
17
19
18
## Demo
20
-
New [live demo](https://microsoft.github.io/PowerBI-JavaScript/demo) for sample application using the powerbi-client library in scenarios such as page navigation, applying filters, updating settings, and more.
19
+
New [live demo](https://microsoft.github.io/PowerBI-JavaScript/demo) for a sample application using the `powerbi-client` library in scenarios such as page navigation, applying filters, updating settings, and more.
21
20
22
21
## Installation
23
22
@@ -29,29 +28,25 @@ Install from NPM:
29
28
30
29
`npm install --save powerbi-client`
31
30
32
-
Install from Bower:
33
-
34
-
`bower install powerbi-client --save`
35
-
36
31
Installing beta versions:
37
32
38
33
`npm install --save powerbi-client@beta`
39
34
40
35
## Include the library via import or manually
41
36
42
-
Ideally you would use module loader or compilation step to import using ES6 modules as:
37
+
Ideally you would use a module loader or a compilation step to import using ES6 modules as:
43
38
44
39
```javascript
45
40
import*aspbifrom'powerbi-client';
46
41
```
47
42
48
-
However, the library is exported as a Universal Module and the powerbi.js script can be included before your apps closing `</body>` tag as:
43
+
However, the library is exported as a Universal Module and the powerbi.js script can be included before your app's closing `</body>` tag as:
0 commit comments