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

pull/6977/head
J. Degand 2 months ago committed by GitHub
parent 93e69bd6e7
commit 419442cac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 11
      src/data/roadmaps/angular/content/developer-tools@EbJib-XfZFF9bpCtL3aBs.md

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