
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 - CLI Overview and Command Reference
The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.
Build your first Angular app
Jul 12, 2023 · This tutorial consists of lessons that introduce the Angular concepts you need to know to start coding in Angular. You can do as many or as few as you would like and you can …
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 - 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 - NgFor
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Angular - Built-in directives
Feb 28, 2022 · This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Angular - Binding syntax
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
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 - Using Angular routes in a single-page application
Oct 24, 2023 · This tutorial describes how to build a single-page application, SPA that uses multiple Angular routes.