About 22,000 results
Open links in new tab
  1. Angular - CLI Overview and Command Reference

    The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.

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

  3. Introduction to forms in Angular

    Sep 7, 2023 · Angular provides two different approaches to handling user input through forms: reactive and template-driven. Both capture user input events from the view, validate the user input, create a …

  4. Core | Angular Material

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

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

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

  7. Angular - RouterLink

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

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

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

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