
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 specific to …
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 - NgFor
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
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 - 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 - Version compatibility
The following tables describe the versions of Node.js, TypeScript, and RxJS that each version of Angular requires.
Angular - CLI Overview and Command Reference
The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.
Angular - Deployment
When you are ready to deploy your Angular application to a remote server, you have various options for deployment.
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.