docs: improve structure (#32227)

PR Close #32227
This commit is contained in:
mgechev 2019-08-21 12:17:14 -07:00 committed by atscott
parent 1d1ab37546
commit 21bb74d16f
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ This method is for development and testing only, and is not a supported or secur
The Angular CLI command `ng deploy` (introduced in version 8.3.0) executes the `deploy` [CLI builder](https://angular.io/guide/cli-builder) associated with your project. A number of third-party builders implement deployment capabilities to different platforms. You can add any of them to your project by running `ng add [package name]`.
When you add a package with deployment capability, it'll automatically update your workspace configuration (`angular.json` file) with a `deploy` section for the selected project. As the next step, to deploy your project you can run `ng deploy`.
When you add a package with deployment capability, it'll automatically update your workspace configuration (`angular.json` file) with a `deploy` section for the selected project. You can then use the `ng deploy` command to deploy that project.
For example, the following command automatically deploys a project to Firebase.