Skip to content
← All integrations

Angular

Standard

JavaScript Frameworks · Script tag

Add Pulse analytics to your Angular application with a simple script tag.

The universal tag works via a standard head snippet.

src/index.html

<script defer data-domain="example.com" src="https://js.ciphera.net/script.js"></script>

Set data-domain to the domain you registered in Pulse. Configure feature toggles, SRI, and storage from the install panel in your dashboard.

01 · Angular + Pulse

Why cookieless analytics fits Angular

Angular apps ship a substantial framework runtime, so a lightweight analytics tag is welcome. Pulse loads as a single async script from index.html, independent of Angular’s dependency-injection graph — there is no analytics service to provide, no Router event subscription to wire up by hand, and nothing added to your bundle budget.

Cookieless keeps Angular clean too. You are not writing an HTTP interceptor for consent, storing a cookie via a service, or gating tracking behind a guard. Because Pulse sets no cookies and collects no personal data, there is no consent banner component and no lawful-basis logic to bake into your app — one script tag replaces all of it.

How cookieless analytics works