
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 - What is Angular?
With Angular, you're taking advantage of a platform that can scale from single-developer projects to enterprise-level applications. Best of all, the Angular ecosystem consists of a diverse group of over …
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 …
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.
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 - NgFor
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
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 the famous text, …
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 - Property binding
Property binding in Angular helps you set values for properties of HTML elements or directives. Use property binding to do things such as toggle button features, set paths programmatically, and share …