About 33,800 results
Open links in new tab
  1. 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 - 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 …

  3. Angular

    Redirecting to https://angular.io/assets/images/logos/angular/angular.svg

  4. Core | Angular Material

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

  5. Angular - Setting up the local environment and workspace

    Feb 28, 2022 · This guide explains how to set up your environment for Angular development using the Angular CLI tool. It includes information about prerequisites, installing the CLI, creating an …

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

  7. Angular - NgModule

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

  8. Angular - Lesson 1: Hello world

    This first lesson serves as the starting point from which each lesson in this tutorial adds new features to build a complete Angular app. In this lesson, we'll update the application to display …

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

  10. Angular elements overview

    A custom element hosts an Angular component, providing a bridge between the data and logic defined in the component and standard DOM APIs. Component properties and logic maps …