You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aio/content/guide/schematics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ A JSON schema associated with a schematic tells the Angular CLI what options are
33
33
These defaults can be overridden by providing a different value for an option on the command line.
34
34
See [Workspace Configuration](guide/workspace-config) for information about how you can change the generation option defaults for your workspace.
35
35
36
-
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://raw.githubusercontent.com/angular/angular-cli/v7.0.0/packages/schematics/angular/application/schema.json).
36
+
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/tree/master/packages/schematics/angular).
37
37
The schema describes the options available to the CLI for each of the `ng generate` sub-commands, as shown in the `--help` output.
0 commit comments