An Angular component to integrate tawk free chat plugin for websites. This package woks for Angular 7/8/9 etc.
npm install angular-tawkIncluding "AngularTawkComponent" in "exports" or "imports" or "declarations", depending on the setup of your project
import { AngularTawkComponent } from 'angular-tawk';@NgModule({
exports: [
AngularTawkComponent
]
})
export class AppModule { }
`$3
`
`The
id parameter is for the string value identifying your account with Tawk. It is a hexadecimal string, 22 characters long, found in the code Tawk suggests you embed during the setup process.The
isVisibleOnMobile option is for tawk widgets to be displayed in the web and not in mobile.
isVisibleOnMobile` value = "yes" or "no".