About 23,400 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. Architecture Overview - ts - GUIDE - Angular

    Angular uses dependency injection to provide new components with the services they need. Angular can tell which services a component needs by looking at the types of its constructor parameters.

  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. Angular components overview

    Jul 29, 2023 · Although the Angular CLI is the best way to create an Angular component, you can also create a component manually. This section describes how to create the core component file within …

  5. 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 into a component …

  6. Core | Angular Material

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

  7. 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 you need.

  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 - ng build

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

  10. Angular - Reactive forms

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