fix(docs): update ng for nx in documentation (#2763)

This commit is contained in:
Benjamin Cabanes 2020-03-30 14:39:01 -04:00 committed by GitHub
parent 6e9fb0efa0
commit 0f3d14f43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -144,7 +144,7 @@ nx affected --target=generate-docs
Type: `string`
Extra arguments. You can pass them as follows: ng run project:target --args='--wait=100'. You can then use {args.wait} syntax to interpolate them in the workspace config file. See example [above](#chaining-commands-interpolating-args-and-setting-the-cwd)
Extra arguments. You can pass them as follows: nx run project:target --args='--wait=100'. You can then use {args.wait} syntax to interpolate them in the workspace config file. See example [above](#chaining-commands-interpolating-args-and-setting-the-cwd)
### color

View File

@ -5,7 +5,7 @@ Nx has built-in computation caching, which helps drastically improve the perform
**To see it in action, run `nx build todos`:**
```bash
> ng run todos:build
> nx run todos:build
Generating ES5 bundles for differential loading...
ES5 bundle generation complete.
@ -24,7 +24,7 @@ chunk {vendor} vendor-es5.js, vendor-es5.js.map (vendor) 2.75 MB [initial] [rend
**Now, run `nx build todos` again, and you will see the results appearing instantly:**
```bash
> ng run todos:build
> nx run todos:build
> NX NOTE Cached Output:

View File

@ -145,7 +145,7 @@ nx affected --target=generate-docs
Type: `string`
Extra arguments. You can pass them as follows: ng run project:target --args='--wait=100'. You can then use {args.wait} syntax to interpolate them in the workspace config file. See example [above](#chaining-commands-interpolating-args-and-setting-the-cwd)
Extra arguments. You can pass them as follows: nx run project:target --args='--wait=100'. You can then use {args.wait} syntax to interpolate them in the workspace config file. See example [above](#chaining-commands-interpolating-args-and-setting-the-cwd)
### color

View File

@ -38,7 +38,7 @@ Note: Replace `apps/my-app/tsconfig.app.json` with the appropriate `tsconfig.jso
To run the builder for a single project:
```bash
ng run my-app:compodoc
nx run my-app:compodoc
```
To run the builder for all affected projects:

View File

@ -29,7 +29,7 @@
},
"args": {
"type": "string",
"description": "Extra arguments. You can pass them as follows: ng run project:target --args='--wait=100'. You can then use {args.wait} syntax to interpolate them in the workspace config file. See example [above](#chaining-commands-interpolating-args-and-setting-the-cwd)"
"description": "Extra arguments. You can pass them as follows: nx run project:target --args='--wait=100'. You can then use {args.wait} syntax to interpolate them in the workspace config file. See example [above](#chaining-commands-interpolating-args-and-setting-the-cwd)"
},
"envFile": {
"type": "string",