About 25,900 results
Open links in new tab
  1. Documentation Overview - ts - GUIDE - Angular

    Angular is a development platform for building mobile and desktop web applications

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

  3. Build your first Angular app

    This tutorial consists of lessons that introduce the Angular concepts you need to know to start coding in Angular. You can do as many or as few as you would like and you can do them in any order.

  4. Angular - Example applications

    Aug 14, 2023 · The following is a list of the example applications in the Angular documentation.

  5. Select | Angular Material

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

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

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

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

  9. Angular - Component Lifecycle

    The lifecycle ends when Angular destroys the component instance and removes its rendered template from the DOM. Directives have a similar lifecycle, as Angular creates, updates, and destroys …

  10. Angular - Building and serving Angular apps

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