About 600 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 - Getting started with Angular

    Feb 28, 2022 · To help you get started right away, this tutorial uses a ready-made application that you can examine and modify interactively on StackBlitz —without having to set up a local work …

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

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

  5. Angular - Lesson 1: Hello world

    Oct 24, 2023 · 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 …

  6. Angular - Lesson 2: Create Home component

    This tutorial lesson demonstrates how to create a new component for your Angular app.

  7. Lesson 09: Angular services

    This tutorial lesson demonstrates how to create an Angular service and use dependency injection to include it in your app.

  8. Router tutorial: tour of heroes - Angular

    This tutorial provides an extensive overview of the Angular router. In this tutorial, you build upon a basic router configuration to explore features such as child routes, route parameters, lazy load …

  9. Angular - Angular elements overview

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

  10. Angular - Using observables for streams of values

    Because Angular applications are written in TypeScript and code editors are good at revealing an object's type, you can usually tell when a variable is an observable.