About 22,200 results
Open links in new tab
  1. Angular - ViewContainerRef

    This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

  2. 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.

  3. 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 …

  4. 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.

  5. 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 …

  6. 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.

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …