
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.
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 - Using observables for streams of values
Aug 25, 2023 · 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
Feb 28, 2022 · Angular binding distinguishes between HTML attributes and DOM properties. Attributes initialize DOM properties and you can configure them to modify an element's behavior.
Angular - NgSwitch
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Angular - Attribute binding
May 2, 2022 · Attribute binding in Angular helps you set values for attributes directly. With attribute binding, you can improve accessibility, style your application dynamically, and …
Angular - ng serve
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
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.