
Introduction to Angular concepts
Sep 25, 2023 · Angular is a platform and framework for building single-page client applications using HTML and TypeScript. Angular is written in TypeScript. It implements core and optional …
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.
Angular - Example applications
Aug 14, 2023 · The following is a list of the example applications in the Angular documentation.
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 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 …
Angular - Building and serving Angular apps
Jan 17, 2023 · This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Angular - Understanding template variables
If an element is an Angular Component, a reference with no attribute value will automatically reference the component instance. Otherwise, a reference with no value will reference the …
Core | Angular Material
The @angular/material/core package contains common components and services used by multiple other components in the library. See the API tab for a listing of components and …
Angular - NgFor
When using the shorthand syntax, Angular allows only one structural directive on an element. If you want to iterate conditionally, for example, put the * ngIf on a container element that wraps …
Angular - Property binding
Property binding in Angular helps you set values for properties of HTML elements or directives. Use property binding to do things such as toggle button features, set paths programmatically, …