6.14.12 • Published 7 months ago

type-casting-tool v6.14.12

Weekly downloads
-
License
SEE LICENSE IN RE...
Repository
-
Last release
7 months ago

BoldBI Embedded SDK

This project includes the Embedded SDK, which can be installed in web apps like Angular and React as an NPM package.

Prerequisites

The project requires the following items to run.

Steps to run the embed SDK project

To embed the dashboard in view or edit mode in an Angular or React application, we use this embed SDK as an NPM package. If the embed SDK need to be modify or improved, we can use this repository. The actions that must be taken are outlined below.

  1. Pull the source code in your machine.

  2. Use the command below to install the dependent packages and make your project runnable.

    npm install
  3. If you want to make any changes in source, make changes in index.ts file otherwise, you can skip this step.

    boldbi-sdk-typescript

  4. Before running the typescript command, ensure that typescript is installed on your machine. If it is, you can verify it by running the below command to check the typescript version.

    tsc -v
  5. If typescript is not installed, please run this command to install it.

    npm install -g typescript
  6. Run the below command to convert the TS file to a JS file.

    tsc

Steps to use the compiled Embedded SDK source with Angular application

You can use this as an local NPM package in the Angular Sample to embed a dashboard You can check out the Angular sample from here.

Using the Angular with ASP.NET Core sample

  1. Pull the angular sample here in your machine.

  2. Use the command below to install the dependent packages and make your project runnable.

    npm install
  3. If Angular CLI 14 is already installed on your machine, you can verify it by executing the following command to check the Angular version. Otherwise, you must install it to start the Angular application.

    ng --version
  4. If angular CLI 14 is not installed, please run this command to install it on your machine.

    npm i @angular/cli@14.0.6
  5. Follow the steps to configure the Embed details in both Backend(ASP.NET core) and Frontend (Angular).

  6. To install the Bold BI Embedded SDK package, use the following command from the pulled location of the BoldBI-SDK repository.

    npm install {src directory}\boldbi-sdk
    
    Example of my pulled location:  D:\sdkrepository\boldbi-sdk
  7. After installing the NPM package, check the node_modules folder in that @boldbi folder  will be created, which contains your local embed SDK.

  8. To run the angular sample, use the below command.

    npm start

NOTE: You can also run the react sample by using this Embed SDK as NPM package refer and get the sample here.

6.10.11

9 months ago

6.14.12

7 months ago

6.10.10

9 months ago

6.10.9

9 months ago

6.10.8

9 months ago

6.9.8

10 months ago

6.2.5

1 year ago

6.3.3

1 year ago

6.2.7

1 year ago

6.1.8

1 year ago

5.3.53

1 year ago

5.2.48

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago