About 24,500 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 - 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 …

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

  4. Core | Angular Material

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

  5. Angular - Component Lifecycle

    The lifecycle continues with change detection, as Angular checks to see when data-bound properties change, and updates both the view and the component instance as needed.

  6. Angular - Built-in directives

    Feb 28, 2022 · Directives are classes that add additional behavior to elements in your Angular applications. Use Angular's built-in directives to manage forms, lists, styles, and what users see.

  7. Angular - NgSwitch

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

  8. Angular - Introduction to services and dependency injection

    Dependency injection (DI) is the part of the Angular framework that provides components with access to services and other resources. Angular provides the ability for you to inject a service …

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

  10. Multiple Components - ts - TUTORIAL - Angular

    A component must be declared in a module before other components can reference it. This module declares only the two application components, AppComponent and …