
Angular - ViewContainerRef
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Build your first Angular app
Jul 12, 2023 · This tutorial consists of lessons that introduce the Angular concepts you need to know to start coding in Angular. You can do as many or as few as you would like and you can do them in any …
Sharing data between child and parent directives and components
A common pattern in Angular is sharing data between a parent component and one or more child components. Implement this pattern with the @ Input () and @ Output () decorators.
Update Angular to v16
May 3, 2023 · This topic provides information about updating your Angular applications to Angular version 16. For a summary of this information and the step-by-step procedure to update your Angular …
Select | Angular Material
This newer usage of ARIA works in all browser and screen-reader combinations supported by Angular Material. Because the pop-up uses the role="listbox" pattern, you should not put other interactive …
Using observables for streams of values - Angular
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.
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 - Glossary
Angular extends TypeScript with domain-specific languages for a number of domains relevant to Angular applications, defined in NgModules such as animations, forms, and routing and navigation.
Customizing Typography - v12.material.angular.io
Angular Material's theming system supports customizing the typography settings for the library's components. Additionally, Angular Material provides APIs for applying typography styles to elements …
Angular - What is Angular?
This binds the attribute with the desired dynamic data by informing Angular that the declared value should be interpreted as a JavaScript-like statement (with some Angular enhancements) instead of a …