
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.
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 …
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.
Core | Angular Material
UI component infrastructure and Material Design components for mobile and desktop Angular web applications.
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.
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.
Angular - NgSwitch
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
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 …
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.
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 …