
Angular - Generating code using schematics
Feb 28, 2022 · A schematic is a template-based code generator that supports complex logic. It is a set of instructions for transforming a software project by generating or modifying code. …
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 - 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 - 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 - 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 schema describes the options available to the Angular CLI for each of the ng generate sub-commands, as shown in the --help output. The fields given in the schema …
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 …
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 …
Angular - Introduction to the Angular docs
These Angular docs help you learn and use the Angular framework and development platform, from your first application to optimizing complex single-page applications for enterprises.
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 …