Skip to content

Commit 0e56171

Browse files
WindvisAndrewKushnir
authored andcommitted
docs: remove all references to Angular Console (angular#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 angular#37604 PR Close angular#37608
1 parent dba4023 commit 0e56171

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aio/content/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CLI Overview and Command Reference
22

3-
The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications. You can use the tool directly in a command shell, or indirectly through an interactive UI such as [Angular Console](https://angularconsole.com).
3+
The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell.
44

55
## Installing Angular CLI
66

aio/content/guide/file-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This initial root-level application is the *default app* for CLI commands (unles
5555

5656
<div class="alert is-helpful">
5757

58-
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.
58+
Besides using the CLI on the command line, you can also manipulate files directly in the app's source folder and configuration files.
5959

6060
</div>
6161

aio/content/start/start-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ StackBlitz projects are public by default, allowing you to share your Angular ap
2222

2323
To build your application locally or for production, download the source code from your StackBlitz project by clicking the `Download Project` icon in the left menu across from `Project` to download your files.
2424

25-
Once you have the source code downloaded and unzipped, use the [Angular Console](https://angularconsole.com "Angular Console web site") to serve the application, or install `Node.js` and serve your app with the Angular CLI.
25+
Once you have the source code downloaded and unzipped, install `Node.js` and serve your app with the Angular CLI.
2626

2727
From the terminal, install the Angular CLI globally with:
2828

0 commit comments

Comments
 (0)