|
- 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 - 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 - NgModule
This is the archived documentation for Angular v17 Please visit angular dev to see this page for the current version of Angular
- 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
- Core | Angular Material
UI component infrastructure and Material Design components for mobile and desktop Angular web applications
- Angular elements overview
A custom element hosts an Angular component, providing a bridge between the data and logic defined in the component and standard DOM APIs Component properties and logic maps directly into HTML attributes and the browser's event system
- 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 to give that component access to the service
- Angular - Component Lifecycle
The lifecycle continues with change detection, as Angular checks to see when data-bound properties change, and updates both the view and the component instance as needed
|
|
|