About 27,000 results
Open links in new tab
  1. 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 …

  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 - Example applications

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

  4. Angular - Building and serving Angular apps

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

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

  6. Understanding Angular

    To understand the capabilities of the Angular framework, you need to learn about the following:

  7. Angular versioning and releases

    May 4, 2018 · Angular is a collection of many packages, subprojects, and tools. To prevent accidental use of private APIs and so that you can clearly understand what is covered by the …

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

  9. Angular - @angular/core

    Implements Angular's core functionality, low-level services, and utilities. Defines the class infrastructure for components, view hierarchies, change detection, rendering, and event handling.

  10. Tutorial: Tour of Heroes - ts - TUTORIAL - Angular

    You'll learn enough core Angular to get started and gain confidence that Angular can do whatever you need it to do. You'll cover a lot of ground at an introductory level, and you'll find many links …