Event Dispatch Service

February 24, 2022 ยท View on GitHub

API > Services

Event Dispatch Service

Description

A service that allows for manual dispatching of page views, app events, and app errors.

Quick start

Inject the service EventDispatchService in the constructor of you Angular components or services.

  constructor(
    private eventDispatchService: EventDispatchService
  ) {}

Method guides

Please check out the following for guidance on each method found on the EventDispatchService.

Feedback

Is something not working or unclear? Please create an issue or PR.