angular-tooling

Run Angular CLI commands for project setup, scaffolding, builds, and tests.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/shapris/svarus-darbas --skill angular-tooling-shapris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: angular-tooling
Source: https://github.com/shapris/svarus-darbas/tree/main/.kilocode/skills/angular-tooling
Command: npx skills add https://github.com/shapris/svarus-darbas --skill angular-tooling-shapris

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Angular tooling accelerates setup, scaffolding, and configuration tasks for Angular v20+ projects, reducing boilerplate and early setup time.

Core Features & Use Cases

  • Project Setup and Scaffolding: create new apps, add routing, styles, SSR options, and minimal configurations using ng new.
  • Code Generation and Configuration: generate components, services, guards, directives, pipes, and libraries with ng generate and contribute to project structure.
  • Development, Build, and Testing: run local dev servers, build production artifacts, run tests and lint, update Angular packages, and analyze performance.
  • Use Case: A developer initializes a new Angular workspace, adds components, configures builds, and runs tests in a single workflow, boosting productivity.

Quick Start

Create a new Angular project with ng new my-app and run ng serve to start the dev server.

Frequently Asked Questions about angular-tooling

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

FAQPage Schema
How do I create a new Angular project with routing and styling configured?

Generate Angular components, services, guards, directives, and pipes using the ng generate command. This scaffolding approach enforces a consistent project structure and eliminates manual boilerplate creation for various Angular elements.

What is the best way to scaffold components and services in an Angular workspace?

Generate Angular components, services, guards, directives, and pipes using the ng generate command. This scaffolding approach enforces a consistent project structure and eliminates manual boilerplate creation for various Angular elements.

Do I need Node.js and TypeScript to use the Angular CLI for app development?

Yes, Node.js, the Angular CLI, and TypeScript are required in a modern development environment to support Angular v20+ workflows. These prerequisites enable project creation, code generation, local development servers, and production builds.

How do I build and test Angular applications using the CLI?

Build and test Angular applications by running ng build for production artifacts and ng test for unit tests. The CLI also supports ng serve for local development servers, ng lint for code analysis, and ng update for package management.

Can I add and update Angular packages within an existing project workflow?

Add and update Angular packages within an existing project using the ng add and ng update commands. These CLI features streamline dependency management, apply migrations automatically, and help maintain compatibility across Angular v20+ workspaces.