
Angular
Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.
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.
Architecture Overview - ts - GUIDE - Angular
Angular uses dependency injection to provide new components with the services they need. Angular can tell which services a component needs by looking at the types of its constructor …
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 - Event binding
Sep 1, 2023 · To bind to an event you use the Angular event binding syntax. This syntax consists of a target event name within parentheses to the left of an equal sign, and a quoted template …
Angular - NgModel
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Angular - Using observables for streams of values
Aug 25, 2023 · Because Angular applications are written in TypeScript and code editors are good at revealing an object's type, you can usually tell when a variable is an observable.
Angular - NgSwitch
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of 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 - DatePipe
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.