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

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

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

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

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

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

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

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