About 24,300 results
Open links in new tab
  1. 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.

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

  3. Angular - NgFor

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

  4. Angular - NgIf

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

  5. Angular - Validating form input

    Angular uses directives to match these attributes with validator functions in the framework. Every time the value of a form control changes, Angular runs validation and generates either a list of …

  6. Observables in Angular

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

  7. Core | Angular Material

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

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

  9. Angular - Binding syntax

    Angular binding distinguishes between HTML attributes and DOM properties. Attributes initialize DOM properties and you can configure them to modify an element's behavior.

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