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

feat(angular/Creating Components): add content to the thread (#6299)

* feat(angular/Creating Components): add content to the thread

* Update src/data/roadmaps/angular/content/creating-components@ex8FOKrUlbu4MuEq2czyW.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Konrad
2024-07-31 12:41:26 +02:00
committed by GitHub
parent b944d51da7
commit 6aa12ce695

View File

@@ -1 +1,9 @@
# Creating Components
# Creating Components
You can either use Angular CLI to create the Angular components or create it manually.
Visit the following resources to learn more:
- [@official@Build your first Angular app](https://angular.dev/tutorials/first-app)
- [@official@Components](https://angular.dev/essentials/components)
- [@official@Angular CLI - ng generate components](https://angular.dev/guide/components)