
Angular - Generating code using schematics
Feb 28, 2022 · The schematic collection can be a powerful tool for creating, modifying, and maintaining any software project, but is particularly useful for customizing Angular projects to …
Angular - Schematics for libraries
Feb 28, 2022 · When you create an Angular library, you can provide and package it with schematics that integrate it with the Angular CLI.
Angular - Migrate an existing Angular project to standalone
As of version 15.2.0, Angular offers a schematic to help project authors convert existing projects to the new standalone APIs. The schematic aims to transform as much code as possible …
Angular - Authoring schematics
The Angular Schematics tooling guards against side effects and errors by creating a virtual file system. A schematic describes a pipeline of transformations that can be applied to the virtual …
Angular - ng generate
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Angular workspace configuration
Oct 24, 2023 · The JSON schemas for the default schematics used by the Angular CLI to create projects and parts of projects are collected in the package @schematics/angular. The schema …
Angular - CLI Overview and Command Reference
In addition to any general options, each artifact or library defines its own options in a schematic. Schematic options are supplied to the command in the same format as immediate command …
Angular - Getting started with standalone components
Standalone components provide a simplified way to build Angular applications. Standalone components, directives, and pipes aim to streamline the authoring experience by reducing the …
Angular - Glossary
Aug 14, 2023 · Library developers can create schematics that enable the Angular CLI to add and update their published libraries, and to generate artifacts the library defines.
Update Angular to v16
May 3, 2023 · To support developers transitioning their apps to standalone APIs, Angular v16 includes migration schematics and a standalone migration guide. These tools dramatically …