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

docs(angular): add devtools content (#6391)

This commit is contained in:
J. Degand
2024-08-07 09:33:39 -04:00
committed by GitHub
parent 8e719080f3
commit 7e240bc1bc

View File

@@ -1 +1,10 @@
# DevTools
# DevTools
Angular DevTools is a browser extension that provides debugging and profiling capabilities for Angular applications. You can view component trees and change detection cycles.
Visit the following resources to learn more:
- [@official@Angular Official Docs - devtools](https://angular.dev/tools/devtools)
- [@official@Chrome Web Store](https://chromewebstore.google.com/detail/angular-devtools/ienfalfjdbdpebioblfackkekamfmbnh)
- [@official@Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/angular-devtools/)
- [@video@Did you try the LATEST Angular developer tools?](https://www.youtube.com/watch?v=tAfe33fVW4w)