Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tawk/tawk-messenger-angular

Official Angular plugin for Tawk messenger
https://github.com/tawk/tawk-messenger-angular

angular angularjs

Last synced: about 9 hours ago
JSON representation

Official Angular plugin for Tawk messenger

Awesome Lists containing this project

README

        


Tawk Angular Logo

## Features
- Compatible on Angular
- Documented and Self explaining methods
- Small size without any external libraries
- All Javascript API are avaiable
- Maintained by [tawk.to](https://www.tawk.to]) team


## Installation
The plugin are available in node and yarn package managers.
```bash
# Node
npm install @tawk.to/tawk-messenger-angular

# Yarn
yarn add @tawk.to/tawk-messenger-angular
```


## Quickstart
Import the **tawk-messenger-angular** in your **app.component.ts**. The **propertyId** and **widgetId** will be found on your tawk dashboard **Administration > Chat Widget**.

```js
import { TawkMessengerAngular } from '@tawk/tawk-messenger-angular';

@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.sass']
})

export class AppComponent implements OnInit {
title = 'tawk-messenger-angular'

constructor(
public TawkMessengerAngular: TawkMessengerAngular
) { }

ngOnInit(): void {
this.TawkMessengerAngular.init({
propertyId: [propertyId],
widgetId: [widgetId]
});
}
}
```

## Documentation

This project includes a `docs` folder with more details on:

1. [How to use](./docs/how-to-use.md)
2. [API Reference](./docs/api-reference.md)
3. [Directives](./docs/directives.md)


## Other JS frameworks plugin
- [Vue 2 Js](https://github.com/tawk/tawk-messenger-vue-2)
- [Vue 3 JS](https://github.com/tawk/tawk-messenger-vue-3)
- [React Js](https://github.com/tawk/tawk-messenger-react)
- [Ember Js](https://github.com/tawk/tawk-messenger-ember)


## Frequently Asked Questions

**Where you can approach us for suggestion or bug report?**

You can mention us on [Twitter](https://twitter.com/tawktotawk) or in our [Website](https://www.tawk.to/) just message us.