UNPKG

ngx-whatsapp-button

Version:

Library to display a whastapp floating contact button on the user page

11 lines (10 loc) 304 B
import { OnInit } from '@angular/core'; export declare class NgxWhastappButtonComponent implements OnInit { ngx_whatsapp_phone: string; ngx_whatsapp_text: string; ngx_whatsapp_icon: any; ngx_whatsapp_url: string; ngx_whatsapp_url_full: any; constructor(); ngOnInit(): void; }