Add standalone components in angular

pull/5650/head
Kamran Ahmed 5 months ago
parent 2c9bfb3c80
commit 1a619e1dbd
  1. 1329
      src/data/roadmaps/angular/angular.json
  2. 7
      src/data/roadmaps/angular/content/112-creating-a-custom-x/103-standalone-component.md

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)
Loading…
Cancel
Save