
Angular - ViewContainerRef
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of 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.
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 …
Angular - Create a new project
Aug 30, 2023 · Components are the fundamental building blocks of Angular applications. They display data on the screen, listen for user input, and take action based on that input.
Angular - Component styles
For every Angular component you write, you can define not only an HTML template, but also the CSS styles that go with that template, specifying any selectors, rules, and media queries that …
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.
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 …
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 …
Angular - Class and style binding
Angular adds the class when the bound expression, onSale is truthy, and it removes the class when the expression is falsy—with the exception of undefined. See styling delegation for more …
Angular - Structural directives
This guide is about structural directives and provides conceptual information on how such directives work, how Angular interprets their shorthand syntax, and how to add template guard …