About 22,300 results
Open links in new tab
  1. 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.

  2. Angular - Building and serving Angular apps

    Jan 17, 2023 · This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

  3. Angular - Understanding template variables

    This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

  4. Core | Angular Material

    UI component infrastructure and Material Design components for mobile and desktop Angular web applications.

  5. Lifecycle Hooks - ts - GUIDE - Angular

    Angular offers lifecycle hooks that provide visibility into these key life moments and the ability to act when they occur. A directive has the same set of lifecycle hooks, minus the hooks that are …

  6. Angular - Validating form input

    Angular uses directives to match these attributes with validator functions in the framework. Every time the value of a form control changes, Angular runs validation and generates either a list of …

  7. Angular - FormControl

    This is one of the four fundamental building blocks of Angular forms, along with FormGroup, FormArray and FormRecord. It extends the AbstractControl class that implements most of the …

  8. Angular - Component Lifecycle

    The lifecycle ends when Angular destroys the component instance and removes its rendered template from the DOM. Directives have a similar lifecycle, as Angular creates, updates, and …

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

  10. Angular - Binding syntax

    Angular binding distinguishes between HTML attributes and DOM properties. Attributes initialize DOM properties and you can configure them to modify an element's behavior.