
Angular
Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with 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.
Routing & Navigation - ts - GUIDE - Angular
The Angular Router enables navigation from one view to the next as users perform application tasks. This guide covers the router's primary features, illustrating them through the evolution of …
Angular Material UI component library
UI component infrastructure and Material Design components for mobile and desktop Angular web applications.
Angular - Validating form input
Angular uses directives to match these attributes with validator functions in the framework. Every time the value of a form control changes, Angular runs validation and generates either a list of …
Understanding Angular
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Angular coding style guide
Looking for an opinionated guide to Angular syntax, conventions, and application structure? Step right in. This style guide presents preferred conventions and, as importantly, explains why.
Angular - Setting up the local environment and workspace
Feb 28, 2022 · This guide explains how to set up your environment for Angular development using the Angular CLI tool. It includes information about prerequisites, installing the CLI, creating an …
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 …
Angular - Ahead-of-time (AOT) compilation
Feb 28, 2022 · An Angular application consists mainly of components and their HTML templates. Because the components and templates provided by Angular cannot be understood by the …