
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.
Lifecycle Hooks - ts - GUIDE - Angular
Angular offers lifecycle hooks that provide visibility into these key life moments and the ability to act when they occur. A directive has the same set of lifecycle hooks, minus the hooks that are …
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.
Core | Angular Material
UI component infrastructure and Material Design components for mobile and desktop Angular web applications.
Angular - Using Angular routes in a single-page application
Oct 24, 2023 · This tutorial describes how to build a single-page application, SPA that uses multiple Angular routes.
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 …
Angular - NgFor
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Angular - Version compatibility
The following tables describe the versions of Node.js, TypeScript, and RxJS that each version of Angular requires.
Angular - NgModule
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of 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 …