About 39,400 results
Open links in new tab
  1. Core | Angular Material

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

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

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

  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 - What is Angular?

    With Angular, you're taking advantage of a platform that can scale from single-developer projects to enterprise-level applications. Best of all, the Angular ecosystem consists of a diverse group …

  6. Angular - Component Lifecycle

    The lifecycle continues with change detection, as Angular checks to see when data-bound properties change, and updates both the view and the component instance as needed.

  7. Angular - CanActivate

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

  8. Angular - NgSwitch

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

  9. Angular - Introduction to services and dependency injection

    Dependency injection (DI) is the part of the Angular framework that provides components with access to services and other resources. Angular provides the ability for you to inject a service …

  10. Angular - Building dynamic forms

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