Skip to content

Commit dbab511

Browse files
alan-agius4josmar-crwdstffng
authored andcommitted
docs: replace defaultCollection with schematicCollections (angular#45406)
`defaultCollection` has deprecated in favor of `schematicCollections`. Related to angular/angular-cli#22860 PR Close angular#45406
1 parent 469e6b4 commit dbab511

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

aio/content/guide/workspace-config.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ For more information, see [Workspace and project file structure](guide/file-stru
4848

4949
The following configuration properties are a set of options that customize the Angular CLI.
5050

51-
| Property | Description | Value Type |
52-
| :------------------ | :----------------------------------------------------------------------------------------------- | :------------------------------------------------------- |
53-
| `analytics` | Share anonymous [usage data](cli/usage-analytics-gathering) with the Angular Team. | `boolean` \| `ci` |
54-
| `analyticsSharing` | A set of analytics sharing options. | [Analytics sharing options](#analytics-sharing-options) |
55-
| `cache` | Control [persistent disk cache](cli/cache) used by [Angular CLI Builders](guide/cli-builder). | [Cache options](#cache-options) |
56-
| `defaultCollection` | The default schematics collection to use. | `string` |
57-
| `packageManager` | The preferred package manager tool to use. | `npm` \| `cnpm` \| `pnpm` \| `yarn` |
58-
| `warnings` | Control CLI specific console warnings. | [Warnings options](#warnings-options) |
51+
| Property | Description | Value Type |
52+
| :--------------------- | :----------------------------------------------------------------------------------------------- | :------------------------------------------------------- |
53+
| `analytics` | Share anonymous [usage data](cli/usage-analytics-gathering) with the Angular Team. | `boolean` \| `ci` |
54+
| `analyticsSharing` | A set of analytics sharing options. | [Analytics sharing options](#analytics-sharing-options) |
55+
| `cache` | Control [persistent disk cache](cli/cache) used by [Angular CLI Builders](guide/cli-builder). | [Cache options](#cache-options) |
56+
| `schematicCollections` | A list of schematics collections to use. | `string[]` |
57+
| `packageManager` | The preferred package manager tool to use. | `npm` \| `cnpm` \| `pnpm` \| `yarn` |
58+
| `warnings` | Control CLI specific console warnings. | [Warnings options](#warnings-options) |
5959

6060
### Analytics sharing options
6161

0 commit comments

Comments
 (0)