
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 - 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 initial …
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 - @angular/core
Implements Angular's core functionality, low-level services, and utilities. Defines the class infrastructure for components, view hierarchies, change detection, rendering, and event handling.
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 - Deployment
When you are ready to deploy your Angular application to a remote server, you have various options for deployment.
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.
Core | Angular Material
UI component infrastructure and Material Design components for mobile and desktop Angular web applications.
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.