Skip to Content
v1.27.1 · shipped Global XHR capture, Hash-router inventory Read the changelog →
QuickstartAngular

Angular quickstart

Same loop as React — swap the install and boot call.

pnpm add @mushi-mushi/angular
src/app/app.config.ts
import { provideMushi } from '@mushi-mushi/angular' export const appConfig = { providers: [ provideMushi({ projectId: import.meta.env.VITE_MUSHI_PROJECT_ID, apiKey: import.meta.env.VITE_MUSHI_API_KEY, }), ], }

API detail: @mushi-mushi/angular. Widget behavior: @mushi-mushi/web.

Last updated on