All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login

All New Login

All gists matching topic OpenPanel

Recently created
Least recently created
Recently updated
Least recently updated

mathias / OpenPanel

0 likes
0 forks
4 files
Last active 4 days ago
Integration von OpenPanel als Analytics für Angularprojekte
Angular OpenPanel Service
1 import { Injectable, OnDestroy, inject } from '@angular/core';
2 import { Router, NavigationEnd } from '@angular/router';
3 import { isPlatformBrowser } from '@angular/common';
4 import { PLATFORM_ID } from '@angular/core';
5 import { filter, Subscription, skip } from 'rxjs';
6 import { OpenPanel } from '@openpanel/web';
7 import type { IdentifyPayload } from '@openpanel/web';
8 import { OpenPanelConfig, OPENPANEL_CONFIG } from '@core/models/openpanel.model';
9
10 export type TrackProperties = Record<string, string | number | boolean | null | undefined>;
Newer Older

Powered by Opengist ⋅ Load: 26ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文