
Documentation Overview - ts - GUIDE - Angular
Angular is a development platform for building mobile and desktop web applications
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.
Build your first Angular app
This tutorial consists of lessons that introduce the Angular concepts you need to know to start coding in Angular. You can do as many or as few as you would like and you can do them in any order.
Angular - Example applications
Aug 14, 2023 · The following is a list of the example applications in the Angular documentation.
Select | Angular Material
UI component infrastructure and Material Design components for mobile and desktop Angular web applications.
Sharing data between child and parent directives and components
A common pattern in Angular is sharing data between a parent component and one or more child components. Implement this pattern with the @ Input () and @ Output () decorators.
Angular - Introduction to services and dependency injection
Instead, Angular helps you follow these principles by making it easy to factor your application logic into services. In Angular, dependency injection makes those services available to components.
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.
Angular - Component Lifecycle
The lifecycle ends when Angular destroys the component instance and removes its rendered template from the DOM. Directives have a similar lifecycle, as Angular creates, updates, and destroys …
Angular - Building and serving Angular apps
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.