Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngodings/ngx-whatsapp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngodings/ngx-whatsapp

Simple floating button to send whatsapp for your business/sales in Angular

  • 15.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@ngodings/ngx-whatsapp

Simple floating button to send whatsapp for your business/sales in Angular

Demo - Angular v15

https://npm.ngodings.com/packages/ngx-whatsapp

Support Me

If you like this package I will be happy that you support me on Buy me a coffee :)
Buy me coffee: https://www.buymeacoffee.com/alidihaw
Indonesia People: https://sociabuzz.com/dihaw

Getting Started

Installing and Importing

Install the package by command:

 npm install @ngodings/ngx-whatsapp --save

Import the module

import { NgxWhatsappModule } from "@ngodings/ngx-whatsapp";

@NgModule({
    imports: [
        ...
        NgxWhatsappModule
    ],
    declarations: [...],
    providers: [...]
})
export class AppModule {}

Usage

Whatsapp Floating Button

<ngx-whatsapp [phoneNumber]="'+6285280871948'" [message]="'Hi, i need help about ... '" [bottomPosition]="'100px'" [rightPosition]="'20px'"></ngx-whatsapp>

Option (Input & Output)

namedescriptiondefault value
phoneNumberYour whatsapp number
messageDefault message send text
bottomPositionConfiguration Position Floating Button for Bottom100px
rightPositionConfiguration Position Floating Button for Right20px

Development

Prepare your environment

  • Install Node.js and NPM
  • Install local dev dependencies: npm install while current directory is this repo

License

MIT @ Ali Abdul Wahid

Keywords

FAQs

Package last updated on 27 Dec 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc