angular-tooling

Provides commands and configurations for managing Angular projects with the Angular CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rensjaspers/agents --skill angular-tooling-rensjaspers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angular-tooling
Source: https://github.com/rensjaspers/agents/tree/main/skills/angular-tooling
Command: npx skills add https://github.com/rensjaspers/agents --skill angular-tooling-rensjaspers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines Angular development by providing comprehensive guidance and commands for using the Angular CLI effectively, from project setup to advanced build configurations.

Core Features & Use Cases

  • Project Scaffolding: Quickly generate new Angular projects with customizable options.
  • Code Generation: Create components, services, directives, pipes, and more with ease.
  • Build & Test: Efficiently build applications for development and production, and run unit/e2e tests.
  • Configuration Management: Understand and modify angular.json and environment configurations.
  • Use Case: When starting a new Angular project, use this Skill to set up the project structure, generate initial components, and configure the development server.

Quick Start

Use the angular-tooling skill to generate a new Angular project named 'my-app'.

Frequently Asked Questions about angular-tooling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a new Angular project using the CLI?

To generate a new Angular project, use the Angular CLI to scaffold the application structure with customizable options. This process sets up the initial configuration files and development server environment for immediate frontend development.

What is the best way to create Angular components and services?

The best way to create Angular components and services is using the Angular CLI code generation commands. This automatically scaffolds the necessary TypeScript files, templates, and styling configurations into your project structure.

How do I configure angular.json for development and production builds?

You configure angular.json by modifying the build target options to separate development and production configurations. This manages file bundling, environment variable injections, and optimization settings for your Angular application.

Can I run unit and e2e tests with Angular CLI commands?

Yes, you can execute unit and end-to-end tests using specific Angular CLI commands. The CLI integrates testing frameworks directly into the workflow to validate frontend components and services across your project.

Does this Angular CLI guidance apply to version 20 and above?

Yes, this guidance facilitates efficient Angular development workflows specifically for versions 20 and above. It covers modern project creation, code generation, and build configurations tailored for recent framework updates.