
Introduction to Angular concepts
Sep 25, 2023 · 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 …
Angular - Building and serving Angular apps
Jan 17, 2023 · This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Documentation Overview - ts - GUIDE - Angular
Angular is a development platform for building mobile and desktop web applications
Core | Angular Material
UI component infrastructure and Material Design components for mobile and desktop Angular web applications.
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.
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 - Deployment
When you are ready to deploy your Angular application to a remote server, you have various options for deployment.
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.
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 validation …
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 …