
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.
Architecture Overview - ts - GUIDE - Angular
Angular uses dependency injection to provide new components with the services they need. Angular can tell which services a component needs by looking at the types of its constructor parameters.
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
Dependency injection (DI) is the part of the Angular framework that provides components with access to services and other resources. Angular provides the ability for you to inject a service into a component …
Core | Angular Material
UI component infrastructure and Material Design components for mobile and desktop Angular web applications.
Angular - Component styles
For every Angular component you write, you can define not only an HTML template, but also the CSS styles that go with that template, specifying any selectors, rules, and media queries that you need.
Sharing data between child and parent directives and components
A common pattern in Angular is sharing data between a parent component and one or more child components. Implement this pattern with the @Input () and @Output () decorators.
Angular - ng build
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.
Angular - Reactive forms
This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.