ActionLab Analytics for Angular
Add privacy-first, AI-powered analytics to your Angular site in under 60 seconds. No cookies, no consent banners, no complex setup.
Installation Code
Angular
<!-- Add to src/index.html -->
<script
src="https://cdn.actionlabanalytics.com/actionlab.js"
data-site="YOUR_SITE_ID"
defer
></script>Step-by-Step Setup
- 1
Open your src/index.html file.
- 2
Add the ActionLab script tag in the <head> section.
- 3
Replace YOUR_SITE_ID with your actual site ID.
- 4
Angular Router navigation is tracked automatically.
Why Use ActionLab with Angular
- Automatic Angular Router navigation tracking
- No Angular module or service needed
- Works with Angular 14+ and standalone components
- Zero impact on Angular build size
Frequently Asked Questions
Does ActionLab work with Angular Universal (SSR)?
Yes. Add the script to your index.html. It runs on the client side and tracks navigation in both SSR and CSR Angular apps.