About 26,300 results
Open links in new tab
  1. Angular - Getting started with Angular

    Feb 28, 2022 · Welcome to Angular! This tutorial introduces you to the essentials of Angular by walking you through building an e-commerce site with a catalog, shopping cart, and check-out …

  2. Core | Angular Material

    UI component infrastructure and Material Design components for mobile and desktop Angular web applications.

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

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

  5. Angular - Using Angular routes in a single-page application

    Oct 24, 2023 · This tutorial describes how to build a single-page application, SPA that uses multiple Angular routes.

  6. Angular - Class and style binding

    If there are multiple bindings to the same class name, Angular uses styling precedence to determine which binding to use. The following table summarizes class binding syntax.

  7. Angular - Signal queries

    The viewChild, contentChild, viewChildren and contentChildren functions are special function recognized by the Angular compiler. You can use those functions to declare queries by …

  8. Angular - Attribute binding

    Attribute binding in Angular helps you set values for attributes directly. With attribute binding, you can improve accessibility, style your application dynamically, and manage multiple CSS …

  9. Angular - NgSwitch

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

  10. Angular - Component interaction

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