
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.
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 …
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.
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.
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.
Angular - Introduction to services and dependency injection
Sep 25, 2023 · Dependency injection (DI) is the part of the Angular framework that provides components with access to services and other resources. Angular provides the ability for you to inject a service …
Angular - Angular developer guides
The Angular libraries include routing, forms management, client-server communication, and more. This topic lists the various developer guides for you to learn more about these Angular features and to …
Introduction to components and templates - Angular
Angular creates, updates, and destroys components as the user moves through the application. Your application can take action at each moment in this lifecycle through optional lifecycle hooks, like …
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 input, create a …
Angular - Angular components overview
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 file within an existing …