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.
14
+
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
15
16
16
## Code Docs
17
17
See the [code docs](https://microsoft.github.io/PowerBI-JavaScript) for detailed information about classes, interfaces, types, etc.
18
18
19
19
## 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.
20
+
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
21
22
22
## Installation
23
23
@@ -39,19 +39,19 @@ Installing beta versions:
39
39
40
40
## Include the library via import or manually
41
41
42
-
Ideally you would use module loader or compilation step to import using ES6 modules as:
42
+
Ideally you would use a module loader or a compilation step to import using ES6 modules as:
43
43
44
44
```javascript
45
45
import*aspbifrom'powerbi-client';
46
46
```
47
47
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:
48
+
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