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

    Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.

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

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

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

  6. Build your first Angular app

    Jul 12, 2023 · This tutorial consists of lessons that introduce the Angular concepts you need to know to start coding in Angular.

  7. Learning Angular - ts - GUIDE

    Everyone learns differently. You don't have to read the documentation straight through. Most pages stand on their own. Those new to Angular may wish to follow this popular learning path. Setup for …

  8. Angular - Deploying an application

    Sep 15, 2021 · In this tutorial, you've laid the foundation to explore the Angular world in areas such as mobile development, UX/UI development, and server-side rendering. You can go deeper by studying …

  9. Introduction to Angular animations

    The main Angular modules for animations are @angular/animations and @angular/platform-browser. To get started with adding Angular animations to your project, import the animation-specific modules …

  10. Angular - Adding navigation

    Feb 28, 2022 · This guide builds on the first step of the Getting Started tutorial, Get started with a basic Angular app.