AngularJS component to integrate LiveChat with your single-page app
npm install --save angularjs-livechat
Add to app dependencies:
angular.module('app', ['ngLiveChat']);
Use directive:
<livechat license="9280315"></livechat>
As optional parameter, you can define group where chat starts for e.g. group="1" .