
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 components overview
Jul 29, 2023 · Although the Angular CLI is the best way to create an Angular component, you can also create a component manually. This section describes how to create the core component file within …
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 - @for
Having clear indication of the item identity allows Angular to execute a minimal set of DOM operations as items are added, removed or moved in a collection. To optimize performance, especially in loops …
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 - Building and serving Angular apps
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.
Angular - Glossary
Angular extends TypeScript with domain-specific languages for a number of domains relevant to Angular applications, defined in NgModules such as animations, forms, and routing and navigation.
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 …