1.0.5 • Published 6 months ago

ml-doc-assist-bot-angular v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

MlDocAssistBotAngular

This library was generated with Angular CLI version 12.2.0.

Install

npm install --save ml-doc-assist-bot-angular

Usage

In the required module.ts file, import MlDocAssistBotAngularModule and include it in the imports part of the module

import { MlDocAssistBotAngularModule } from 'ml-doc-assist-bot-angular'

Include the below lines under assets part in angular.json file:

{
    "glob": "**/*",
    "input": "node_modules/ml-doc-assist-bot-angular/src/assets",
    "output": "assets"
}

Call the component in the required html file

<ml-doc-assist-bot-angular [serverURL]="'https://13.68.226.101'" [themeColor]="'#066dd3'" [docId]="11" [iconPath]="'../assets/images/default_logo.svg'"></ml-doc-assist-bot-angular>

Note: You can enhance the interface by replacing iconPath="'../assets/images/default_logo.svg'" with iconPath="'path-to-icon'" and customize the theme with themeColor="'desired-color-code'" using hexadecimal color codes

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago