New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

angular-tawk

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-tawk

An Angular component to integrate tawk free chat plugin for websites. This package woks for Angular 7/8/9 etc.

latest
npmnpm
Version
0.0.4
Version published
Weekly downloads
10
100%
Maintainers
1
Weekly downloads
 
Created
Source

angular-tawk

Installation

npm install angular-tawk

Usage

An Angular component to integrate Tawk. Tested with Angular 7.

Including "AngularTawkComponent" in "exports" or "imports" or "declarations", depending on the setup of your project

Module

import { AngularTawkComponent } from 'angular-tawk';

@NgModule({
  exports: [
    AngularTawkComponent
  ]
})
export class AppModule { }

Component

<angular-tawk [id]="tawkId" isVisibleOnMobile="yes"></angular-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 isVisibleOnMobile option is for tawk widgets to be displayed in the web and not in mobile. isVisibleOnMobile value = "yes" or "no". This widget always visible on web.

Keywords

angular

FAQs

Package last updated on 28 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts