Skip to content

Commit

Permalink
docs: update the Angular DevTools supported version in docs and README (
Browse files Browse the repository at this point in the history
#45902)

Ensure we document we support Angular v12 or older. Also remove Ivy as
a requirement because that's implicit.

PR Close #45902
  • Loading branch information
mgechev authored and AndrewKushnir committed May 5, 2022
1 parent 0ffb19a commit 1a233c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aio/content/guide/devtools.md
@@ -1,7 +1,7 @@
# DevTools Overview

Angular DevTools is a Chrome extension that provides debugging and profiling capabilities for Angular applications.
Angular DevTools supports Angular v9 and later, with Ivy enabled.
Angular DevTools is a browser extension that provides debugging and profiling capabilities for Angular applications.
Angular DevTools supports Angular v12 and later.

<div class="video-container">

Expand Down
2 changes: 1 addition & 1 deletion devtools/README.md
Expand Up @@ -27,7 +27,7 @@ Angular DevTools is a Chrome extension that provides debugging and profiling cap

## Supported version

Angular DevTools supports Angular v12 and above, with Ivy enabled.
Angular DevTools supports Angular v12 and above.

## Working on Angular DevTools

Expand Down

0 comments on commit 1a233c2

Please sign in to comment.