From 45d79efc3f28ad5da4c8779c2f3a7c124170ebfd Mon Sep 17 00:00:00 2001 From: Windvis Date: Tue, 16 Jun 2020 15:41:32 +0200 Subject: [PATCH] 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 --- aio/content/cli/index.md | 2 +- aio/content/guide/file-structure.md | 2 +- aio/content/start/start-deployment.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/cli/index.md b/aio/content/cli/index.md index 50fb27c02e..ea587fd890 100644 --- a/aio/content/cli/index.md +++ b/aio/content/cli/index.md @@ -1,6 +1,6 @@ # CLI Overview and Command Reference -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). +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. ## Installing Angular CLI diff --git a/aio/content/guide/file-structure.md b/aio/content/guide/file-structure.md index 7ab41fb351..5b63edcb8e 100644 --- a/aio/content/guide/file-structure.md +++ b/aio/content/guide/file-structure.md @@ -55,7 +55,7 @@ This initial root-level application is the *default app* for CLI commands (unles
- 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.
diff --git a/aio/content/start/start-deployment.md b/aio/content/start/start-deployment.md index 461e725248..94b99c39e4 100644 --- a/aio/content/start/start-deployment.md +++ b/aio/content/start/start-deployment.md @@ -22,7 +22,7 @@ StackBlitz projects are public by default, allowing you to share your Angular ap 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. -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. +Once you have the source code downloaded and unzipped, install `Node.js` and serve your app with the Angular CLI. From the terminal, install the Angular CLI globally with: