
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 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 …
Documentation Overview - ts - GUIDE - Angular
Angular is a development platform for building mobile and desktop web applications
Angular - ng generate
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Angular - Deployment
When you are ready to deploy your Angular application to a remote server, you have various options for deployment.
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 - Keeping your Angular projects up-to-date
This document contains information and resources to help you keep your Angular applications and libraries up-to-date. For information about our versioning policy and practices —including support …
Introduction to forms in Angular
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 form model …
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 - Component styles
Angular applications are styled with standard CSS. That means you can apply everything you know about CSS stylesheets, selectors, rules, and media queries directly to Angular applications.