1.1.1 • Published 14 days ago

ngx-muvstok v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
14 days ago

NgxMuvstok

This library was generated with Angular CLI version 9.1.13 and updated to Angular 14.1.

Installation

npm install --save ngx-muvstok

Install pear dependencies

npm install ngx-device-detector@4.0.0

Usage

In your app.module, import the library:

  import { NgxMuvstokModule } from 'ngx-muvstok';
  imports: [
    ...
    NgxMuvstokModule,
  ],

In your app.component:

  import { NgxMuvstokService } from 'ngx-muvstok';
  constructor(
    ...
    private ngxMuvstokService: NgxMuvstokService
  ) {
  this.ngxMuvstokService.initialize(options);
  Options {
    urlMuvstokApi?: string;
    geoKey?: string;
    urlMovidesk?: string;
    chatMovideskToken?: string;
  }

MovideskService

Getting Token Movidesk

  this.movideskService.getToken(email).subscribe(result => {  });

Open Movidesk Page

  this.movideskService.openMovidesk(token);

Open Movidesk Chat

  this.movideskService.openChat(name, email);

MuvstokAnalyticsService

Sending event

  this.muvstokAnalyticsService.sendEvent({
    category: EventCategory.PageView,
    type: EventType.PageView,
    value: {}, // any
  });

Set user data

  this.muvstokAnalyticsService.setAccountData({
    accountId: 123,
    accountEmail: 'user@test.com',
    // optional
    groupId: 123,
    groupName: 'Test Group',
    projectId: 123,
    projectName: 'Test Project',
    namespaceId: 123,
    namespaceName: 'Test Namespace',
  });

Parameter types

  enum EventCategory {
    General,
    PageView,
    Error,
    User,
  }

  enum EventType {
    PageView = 'pageview',
    Event = 'event',
    Click = 'click',
    Exception = 'exception',
  }
1.1.1

14 days ago

1.1.0

14 days ago

1.0.1

24 days ago

0.7.6

29 days ago

0.7.5

29 days ago

1.0.0

1 month ago

0.9.0

1 month ago

0.8.0

1 month ago

0.7.4

1 month ago

0.7.3

1 month ago

0.7.2

1 month ago

0.7.1

1 month ago

0.7.0

1 month ago

0.6.2

1 year ago

0.6.1

1 year ago

0.5.2

1 year ago

0.6.0

1 year ago

0.4.9

1 year ago

0.4.8

1 year ago

0.4.10

1 year ago

0.4.13

1 year ago

0.4.14

1 year ago

0.4.11

1 year ago

0.4.12

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.3

1 year ago

0.5.1

1 year ago

0.4.2

1 year ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.3

2 years ago

0.3.1

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.2.2

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago