# @schematics/angular

> Schematics specific to Angular

Latest version **22.1.9** (published 2026-09-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install @schematics/angular
pnpm add @schematics/angular
yarn add @schematics/angular
bun add @schematics/angular
```

## Health

**Score 60/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score; popular repo.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 22.1.9 |
| Published | 2026-09-23 |
| First published | 2017-06-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 27026 |
| Author | Angular Authors |
| Maintainers | angular, google-wombot |
| Keywords | Angular CLI, Angular DevKit, angular, blueprints, code generation, devkit, schematics, sdk |

## Links

- npm: https://www.npmjs.com/package/@schematics/angular
- Repository: https://github.com/angular/angular-cli
- Issues: https://github.com/angular/angular-cli/issues
- npm.io page: https://npm.io/package/@schematics/angular

## Alternatives

- [@regle/core](https://npm.io/package/@regle/core.md) — 47.0K weekly downloads
- [typeof-arguments](https://npm.io/package/typeof-arguments.md) — 12.5K weekly downloads
- [@lokalise/projects-engine-contracts](https://npm.io/package/@lokalise/projects-engine-contracts.md) — 978 weekly downloads
- [@osjwnpm/nam-laboriosam-quibusdam](https://npm.io/package/@osjwnpm/nam-laboriosam-quibusdam.md) — 70 weekly downloads
- [@oridune/validator](https://npm.io/package/@oridune/validator.md) — 16 weekly downloads

## Recent versions

- 22.1.9 (latest) — 2026-09-23
- 22.2.0-rc.0 (next) — 2026-09-16
- 21.2.24 (v21-lts) — 2026-09-10
- 20.3.37 (v20-lts) — 2026-09-10
- 19.2.27 (v19-lts) — 2026-06-02
- 18.2.21 (v18-lts) — 2025-09-10
- 17.3.17 (v17-lts) — 2025-04-30
- 16.2.16 (v16-lts) — 2024-09-18
- 15.2.11 (v15-lts) — 2024-03-25
- 14.2.13 (v14-lts) — 2023-10-05
- 13.3.11 (v13-lts) — 2023-03-16
- 12.2.18 (v12-lts) — 2022-07-21
- 11.2.19 (v11-lts) — 2022-03-31
- 10.2.4 (v10-lts) — 2021-12-16
- 9.1.15 (v9-lts) — 2021-02-25
- … 1056 more at https://npm.io/package/@schematics/angular/versions

## README

# @schematics/angular

This package contains a collection of [schematics](/packages/angular_devkit/schematics/README.md)
for generating an Angular application.

## Schematics

| Name           | Description                                                                                           |
| -------------- | ----------------------------------------------------------------------------------------------------- |
| app-shell      | Generates an app shell for running a server-side version of an app                                    |
| application    | Generates a new basic app definition in the "projects" subfolder of the workspace                     |
| class          | Creates a new, generic class definition in the given project                                          |
| component      | Creates a new, generic component definition in the given project                                      |
| directive      | Creates a new, generic directive definition in the given project                                      |
| enum           | Generates a new, generic enum definition in the given project                                         |
| guard          | Generates a new, generic route guard definition in the given project                                  |
| interceptor    | Creates a new, generic interceptor definition in the given project                                    |
| interface      | Creates a new, generic interface definition in the given project                                      |
| library        | Creates a new, generic library project in the current workspace                                       |
| module         | Creates a new, generic NgModule definition in the given project                                       |
| ng-new         | Creates a new project by combining the workspace and application schematics                           |
| pipe           | Creates a new, generic pipe definition in the given project                                           |
| resolver       | Creates a new, generic resolver definition in the given project                                       |
| service        | Creates a new, generic service definition in the given project                                        |
| service-worker | Pass this schematic to the "run" command to create a service worker                                   |
| web-worker     | Creates a new, generic web worker definition in the given project                                     |
| workspace      | Initializes an empty workspace and adds the necessary dependencies required by an Angular application |

## Disclaimer

While the schematics when executed via the Angular CLI and their associated options are considered stable, the programmatic APIs are not considered officially supported and are not subject to the breaking change guarantees of SemVer.

---
_Source: https://npm.io/package/@schematics/angular · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
