A component wrapping the Tawk.to service
npm install tawk-to-aureliahtml
user-details.bind="userDetails">
`The attribute user details can be provided to identify the user. It is supposed to be from type
UserDetails and is the name and email from the user.`typescript
export class App {
userDetails = new UserDetails("Demo Visitor", "visitor@test.com");
}
`Run sample
* register with Tawk.to
* Clone this repository
* Npm install
* add your account-id in app.html
* npm start`