About 26,200 results
Open links in new tab
  1. Angular - What is Angular?

    Aug 15, 2023 · 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 …

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

  4. Documentation Overview - ts - GUIDE - Angular

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

  5. One framework. - Angular

    Learn one way to build applications with Angular and reuse your code and abilities to build apps for any deployment target. For web, mobile web, native mobile and native desktop.

  6. Angular - Setting up the local environment and workspace

    Feb 28, 2022 · This guide explains how to set up your environment for Angular development using the Angular CLI tool. It includes information about prerequisites, installing the CLI, creating an …

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

  8. Angular - ng new

    Creates and initializes a new Angular application that is the default project for a new workspace. Provides interactive prompts for optional configuration, such as adding routing support.

  9. Introduction to forms in Angular

    Sep 7, 2023 · Angular provides two different approaches to handling user input through forms: reactive and template-driven. Both capture user input events from the view, validate the user …

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