From 7e240bc1bc00f1eacc08e05b3cc185dc722649a4 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:33:39 -0400 Subject: [PATCH] docs(angular): add devtools content (#6391) --- .../angular/content/devtools@T3MmS3bvMMgCUbOk3ktU7.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/devtools@T3MmS3bvMMgCUbOk3ktU7.md b/src/data/roadmaps/angular/content/devtools@T3MmS3bvMMgCUbOk3ktU7.md index 62a518ab5..fa812b912 100644 --- a/src/data/roadmaps/angular/content/devtools@T3MmS3bvMMgCUbOk3ktU7.md +++ b/src/data/roadmaps/angular/content/devtools@T3MmS3bvMMgCUbOk3ktU7.md @@ -1 +1,10 @@ -# DevTools \ No newline at end of file +# 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) \ No newline at end of file