1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Add standalone components in angular

This commit is contained in:
Kamran Ahmed
2024-05-11 14:59:13 +01:00
parent 2c9bfb3c80
commit 1a619e1dbd
2 changed files with 695 additions and 641 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
# Standalone Component
Standalone components provide a simplified way to build Angular applications. Standalone components, directives, and pipes aim to streamline the authoring experience by reducing the need for NgModules. Existing applications can optionally and incrementally adopt the new standalone style without any breaking changes.
Visit the following resources to learn more:
- [Angular Website](https://angular.io/guide/standalone-components)