Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 980 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 980 Bytes

@daffodil/analytics

@daffodil/analytics is a lightweight Angular package that helps integrate analytics providers into your Angular applications, supporting multiple analytics services.

Overview

It simplifies event tracking and provides configuration options, such as defining analyzable actions. Notably, @daffodil/analytics focuses on handling state-related events and operates specifically on Actions from @ngrx/store, rather than browser events. Additionally, it includes testing utilities tailored for analytics event tracking in Angular applications.

Installation

To install @daffodil/analytics, use the following commands in your terminal.

Install with npm:

npm install @daffodil/analytics --save

Install with yarn:

yarn add @daffodil/analytics

Features