ngx-tawk

1.0.1 • Public • Published

ngx-tawk

Installation

npm install ngx-tawk or yarn install ngx-tawk

Usage

An Angular component to integrate Tawk. Built for and tested with Angular 5.

Module

import { NgxTawkModule } from 'ngx-tawk';

@NgModule({
  imports: [
    NgxTawkModule
  ]
})
export class AppModule { }

Component

<ngx-tawk [id]="tawkId"></ngx-tawk>

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 widget is configured almost entirely within the Tawk dashboard. This component simply causes it to display within your application.

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-tawk

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

21.1 kB

Total Files

28

Last publish

Collaborators

  • rjcoupe