About 4,620 results
Open links in new tab
  1. 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 …

  2. 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.

  3. 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 …

  4. 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 …

  5. 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.

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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.

  10. 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 …