About 28,800 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 form.

  2. Introduction to Angular concepts

    Sep 25, 2023 · Angular is a platform and framework for building single-page client applications using HTML and TypeScript. Angular is written in TypeScript. It implements core and optional functionality …

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

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

  5. Angular - Introduction to services and dependency injection

    Instead, Angular helps you follow these principles by making it easy to factor your application logic into services. In Angular, dependency injection makes those services available to components.

  6. Angular - NgModule

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

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

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

  9. Core | Angular Material

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

  10. Angular - PAGE NOT FOUND

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