1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

docs(angular): add developer tools content (#6951)

This commit is contained in:
J. Degand
2024-09-03 04:08:38 -04:00
committed by GitHub
parent 93e69bd6e7
commit 419442cac9

View File

@@ -1 +1,10 @@
# Developer Tools
# Developer Tools
Angular offers a suite of powerful developer tools designed to streamline and enhance the development process. These include the Angular CLI for efficient project setup and management, the Angular DevTools extension for advanced debugging and profiling, and the Angular Language Service for improved code editing and completion. Leveraging these tools will significantly improve your ability to write high-quality Angular code.
Visit the following resources to learn more:
- [@official@Angular Official Docs - devtools](https://angular.dev/tools/devtools)
- [@official@Angular Official Docs - CLI](https://angular.dev/tools/cli)
- [@official@Language Service Docs](https://angular.dev/tools/language-service)
- [@opensource@VS Code NG Language Service](https://github.com/angular/vscode-ng-language-service)