docs: remove all references to Angular Console (#37608)

Angular Console has been renamed and links no longer work. It has been decided to remove references to this third-party tool from the AIO documentation.

Closes #37604

PR Close #37608
This commit is contained in:
Windvis
2020-06-16 15:41:32 +02:00
committed by Andrew Kushnir
parent 1d9e56eba0
commit 45d79efc3f
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ This initial root-level application is the *default app* for CLI commands (unles
<div class="alert is-helpful">
Besides using the CLI on the command line, you can also use an interactive development environment like [Angular Console](https://angularconsole.com/), or manipulate files directly in the app's source folder and configuration files.
Besides using the CLI on the command line, you can also manipulate files directly in the app's source folder and configuration files.
</div>