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

  2. Angular - Building and serving Angular apps

    It is recommended that you avoid depending on CommonJS modules in your Angular applications. Depending on CommonJS modules can prevent bundlers and minifiers from optimizing your …

  3. Introduction to Angular concepts

    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 as a set of …

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

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

  6. Lifecycle Hooks - ts - GUIDE - Angular

    Angular offers lifecycle hooks that provide visibility into these key life moments and the ability to act when they occur. A directive has the same set of lifecycle hooks, minus the hooks that are specific to …

  7. Angular - Lesson 1: Hello world

    This first lesson serves as the starting point from which each lesson in this tutorial adds new features to build a complete Angular app. In this lesson, we'll update the application to display the famous text, …

  8. Angular - NgModule

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

  9. Angular - NgFor

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

  10. Angular elements overview

    A custom element hosts an Angular component, providing a bridge between the data and logic defined in the component and standard DOM APIs. Component properties and logic maps directly into HTML …