About 22,700 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. Core | Angular Material

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

  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. AppModule: the root module - ts - GUIDE - Angular

    An Angular module class describes how the application parts fit together. Every application has at least one Angular module, the root module that you bootstrap to launch the application.

  5. Angular - Introduction to services and dependency injection

    Instead, Angular helps you follow these principles by making it easy to factor your application logic into services. In Angular, dependency injection makes those services available to components.

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

  7. Angular - NgFor

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

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

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

  10. Observables in Angular

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