Skip to main content

Full Example

Production-ready Angular example with signals and services

Quick start

The pattern

Use ngOnInit/ngOnDestroy for lifecycle management:

Angular Universal (SSR)

Use isPlatformBrowser for SSR safety:

Common issues

If change detection doesn’t trigger after tool execution, wrap in NgZone.run():

Development

Use Chrome DevTools MCP for AI-driven development - your AI can write, discover, and test tools in real-time.