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:
File diff suppressed because it is too large
Load Diff
@@ -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)
|
Reference in New Issue
Block a user