docs(core): update links to schema.json of @schematics/angular (#39827)
closes #39796 PR Close #39827
This commit is contained in:
parent
a1b6ad07a8
commit
39a47c21f9
|
@ -89,7 +89,7 @@ For example, the hypothetical "Hello World" schematic might have the following s
|
|||
</code-example>
|
||||
|
||||
|
||||
You can see examples of schema files for the Angular CLI command schematics in [`@schematics/angular`](https://github.com/angular/angular-cli/blob/7.0.x/packages/schematics/angular/application/schema.json).
|
||||
You can see examples of schema files for the Angular CLI command schematics in [`@schematics/angular`](https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/application/schema.json).
|
||||
|
||||
### Schematic prompts
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ Individual schematics for the default Angular CLI `ng generate` sub-commands are
|
|||
Specify the schematic name for a subcommand in the format `schematic-package:schematic-name`;
|
||||
for example, the schematic for generating a component is `@angular:component`.
|
||||
|
||||
The JSON schemas for the default schematics used by the CLI to generate projects and parts of projects are collected in the package [`@schematics/angular`](https://github.com/angular/angular-cli/blob/7.0.x/packages/schematics/angular/application/schema.json).
|
||||
The JSON schemas for the default schematics used by the CLI to generate projects and parts of projects are collected in the package [`@schematics/angular`](https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/application/schema.json).
|
||||
The schema describes the options available to the CLI for each of the `ng generate` sub-commands, as shown in the `--help` output.
|
||||
|
||||
The fields given in the schema correspond to the allowed argument values and defaults for the CLI sub-command options.
|
||||
|
|
Loading…
Reference in New Issue