About 25,000 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. Build your first Angular app

    Jul 12, 2023 · This tutorial consists of lessons that introduce the Angular concepts you need to know to start coding in Angular. You can do as many or as few as you would like and you can do them in any …

  3. Angular - Example applications

    Aug 14, 2023 · The following is a list of the example applications in the Angular documentation.

  4. Angular versioning and releases

    May 4, 2018 · Angular is a collection of many packages, subprojects, and tools. To prevent accidental use of private APIs and so that you can clearly understand what is covered by the practices …

  5. Angular - What is Angular?

    With Angular, you're taking advantage of a platform that can scale from single-developer projects to enterprise-level applications. Best of all, the Angular ecosystem consists of a diverse group of over …

  6. Angular - Validators

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

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

  8. Angular - Validating form input

    It takes an Angular control object as an argument and returns either null if the form is valid, or ValidationErrors otherwise. The validator retrieves the child controls by calling the FormGroup 's get …

  9. Core | Angular Material

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

  10. Angular - FormGroup

    FormGroup is one of the four fundamental building blocks used to define forms in Angular, along with FormControl, FormArray, and FormRecord. When instantiating a FormGroup, pass in a collection of …