
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 - 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.
Core | Angular Material
UI component infrastructure and Material Design components for mobile and desktop Angular web applications.
Angular - Create a new project
Aug 30, 2023 · 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 binding
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
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 …
Angular - Keeping your Angular projects up-to-date
This document contains information and resources to help you keep your Angular applications and libraries up-to-date. For information about our versioning policy and practices —including …
Angular - Deployment
When you are ready to deploy your Angular application to a remote server, you have various options for deployment.
Angular - DatePipe
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.