ml-doc-assist-bot-angular
v1.0.5
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
Downloads
1
Readme
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