angular-grab: Tool for Extracting Angular Component Context for AI Agents

What angular-grab does
angular-grab solves the manual context gathering problem when working with AI agents like Claude, ChatGPT, or Copilot on Angular applications. Instead of manually collecting and explaining component structures, HTML, and file locations, you can extract this information with a single command.
How it works
During development, you point at any UI element in your Angular dev server and press Cmd+C. The tool copies to your clipboard:
- Complete component ancestry (the entire component tree, not just the selected element)
- Source file locations with line numbers
- Cleaned HTML output without framework artifacts
This output can be pasted directly into any AI tool that accepts text input.
Key features
- Zero production impact (dev-only tool)
- MIT licensed and free
- Works with any AI agent that accepts text input
- Recently added MCP server support for fewer steps in getting context
Installation and setup
Install with: npx @nacho-labs/angular-grab init
The tool was built to reduce time spent manually gathering context for AI coding sessions, particularly useful for developers and QA teams working with Angular projects.
Resources
- GitHub: https://github.com/Nacho-Labs-LLC/angular-grab
- NPM: @nacho-labs/angular-grab
- Website: https://angular-grab.com
- Live demo: https://stackblitz.com/edit/angular-grab?embed=1&view=preview
📖 Read the full source: r/ClaudeAI
👀 See Also

Freestyle Launches Sandboxes for AI Coding Agents with Live Forking
Freestyle provides cloud sandboxes for AI coding agents that start in ~500ms and feature live forking with <400ms pause, allowing full VM clones including memory state. They run full Debian with hardware virtualization on bare metal infrastructure.

CONTACT: 3D Naval Combat Game Built Entirely with Claude Code
CONTACT is a 3D naval combat game built entirely with Claude Code + Opus, featuring a 7×7×7 volumetric cube, credit economy with tactical perks, and three game modes including Human vs Claude and Sonnet vs Sonnet with persistent strategic memory.

Fewshell: A Self-Hosted SSH Copilot That Refuses to Run Commands Without Human Approval
Fewshell is a mobile+desktop SSH copilot with mandatory human approval for every command – no setting to enable auto-approval. Built by an ex-Amazon AI SDE working on AI safety research.

Auto-optimize: A Claude Code Plugin for Autonomous Performance Optimization
A developer built auto-optimize, a Claude Code plugin that autonomously runs profile → plan → benchmark loops to optimize code performance. In one test, it achieved a 27% faster hash table across all benchmark scenarios in about 3 hours.