Talivia Docs
Talivia Docs
HomeDashboard
IntroductionInstallationTeamGetting updates
Next.jsReactVueNuxtAngularSvelteKitAstroRemixSolidStartQwikGatsbyExpoLaravelDjangoRuby on RailsExpressNestJSFlaskPhoenixWordPressShopifyWixWebflowSquarespaceFramerTilda
Integrations
AI agents and MCPllms.txtllms-full.txt
Installation

Angular

Install Talivia in an Angular app.

View Markdown

For Angular apps, add the tracker to the HTML shell that wraps the app.

Copy the complete snippet from Settings -> Tracking. The examples below focus on framework placement. Keep generated attributes such as data-domain in the installed snippet. See Tracker configuration for every option and Subdomain tracking when the same visitor moves between subdomains.

Add the script

Open src/index.html and place the snippet before the closing </body> tag.

<app-root></app-root>
<script defer src="https://talivia.com/script.js" data-website-id="YOUR_WEBSITE_ID"></script>
</body>

Replace the website ID. Use the ID from Talivia Settings -> Tracking for this exact Angular domain.

Build or run the app, open a page, and check Talivia for the first session.

Nuxt

Install Talivia in a Nuxt app.

SvelteKit

Install Talivia in a SvelteKit app.