Docs
CodeRabbit
Cloudflare
Railway
Netlify
Clerk
WorkOS
OpenRouter
SerpAPI
AG Grid
Sentry
Unkey
Electric
Prisma
CodeRabbit
Cloudflare
Railway
Netlify
Clerk
WorkOS
OpenRouter
SerpAPI
AG Grid
Sentry
Unkey
Electric
Prisma
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference

Angular Example: Throttle

import { bootstrapApplication } from '@angular/platform-browser'
import { appConfig } from './app/app.config'
import { App } from './app/app'

bootstrapApplication(App, appConfig).catch((err) => console.error(err))
import { bootstrapApplication } from '@angular/platform-browser'
import { appConfig } from './app/app.config'
import { App } from './app/app'

bootstrapApplication(App, appConfig).catch((err) => console.error(err))