Skip to content

Commit ace34b7

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
docs: remove default project from schematic description
The default project is deprecated.
1 parent 2557486 commit ace34b7

File tree

15 files changed

+820
-820
lines changed

15 files changed

+820
-820
lines changed

packages/schematics/angular/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ for generating an Angular application.
99
| -------------- | ----------------------------------------------------------------------------------------------------- |
1010
| app-shell | Generates an app shell for running a server-side version of an app |
1111
| application | Generates a new basic app definition in the "projects" subfolder of the workspace |
12-
| class | Creates a new, generic class definition in the given or default project |
13-
| component | Creates a new, generic component definition in the given or default project |
14-
| directive | Creates a new, generic directive definition in the given or default project |
15-
| enum | Generates a new, generic enum definition for the given or default project |
16-
| guard | Generates a new, generic route guard definition in the given or default project |
17-
| interceptor | Creates a new, generic interceptor definition in the given or default project |
18-
| interface | Creates a new, generic interface definition in the given or default project |
12+
| class | Creates a new, generic class definition in the given project |
13+
| component | Creates a new, generic component definition in the given project |
14+
| directive | Creates a new, generic directive definition in the given project |
15+
| enum | Generates a new, generic enum definition in the given project |
16+
| guard | Generates a new, generic route guard definition in the given project |
17+
| interceptor | Creates a new, generic interceptor definition in the given project |
18+
| interface | Creates a new, generic interface definition in the given project |
1919
| library | Creates a new, generic library project in the current workspace |
20-
| module | Creates a new, generic NgModule definition in the given or default project |
20+
| module | Creates a new, generic NgModule definition in the given project |
2121
| ng-new | Creates a new project by combining the workspace and application schematics |
22-
| pipe | Creates a new, generic pipe definition in the given or default project |
23-
| resolver | Creates a new, generic resolver definition in the given or default project |
24-
| service | Creates a new, generic service definition in the given or default project |
22+
| pipe | Creates a new, generic pipe definition in the given project |
23+
| resolver | Creates a new, generic resolver definition in the given project |
24+
| service | Creates a new, generic service definition in the given project |
2525
| service-worker | Pass this schematic to the "run" command to create a service worker |
26-
| web-worker | Creates a new, generic web worker definition in the given or default project |
26+
| web-worker | Creates a new, generic web worker definition in the given project |
2727
| workspace | Initializes an empty workspace and adds the necessary dependencies required by an Angular application |
2828

2929
## Disclaimer

packages/schematics/angular/class/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$id": "SchematicsAngularClass",
44
"title": "Angular Class Options Schema",
55
"type": "object",
6-
"description": "Creates a new, generic class definition in the given or default project.",
6+
"description": "Creates a new, generic class definition in the given project.",
77
"additionalProperties": false,
88
"properties": {
99
"name": {

packages/schematics/angular/component/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$id": "SchematicsAngularComponent",
44
"title": "Angular Component Options Schema",
55
"type": "object",
6-
"description": "Creates a new, generic component definition in the given or default project.",
6+
"description": "Creates a new, generic component definition in the given project.",
77
"additionalProperties": false,
88
"properties": {
99
"path": {

packages/schematics/angular/directive/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$id": "SchematicsAngularDirective",
44
"title": "Angular Directive Options Schema",
55
"type": "object",
6-
"description": "Creates a new, generic directive definition in the given or default project.",
6+
"description": "Creates a new, generic directive definition in the given project.",
77
"additionalProperties": false,
88
"properties": {
99
"name": {

packages/schematics/angular/e2e/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular e2e Application Options Schema",
55
"type": "object",
66
"additionalProperties": false,
7-
"description": "Generates a new, generic end-to-end test definition for the given or default project.",
7+
"description": "Generates a new, generic end-to-end test definition in the given project.",
88
"properties": {
99
"rootSelector": {
1010
"description": "The HTML selector for the root component of the test app.",

packages/schematics/angular/enum/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$id": "SchematicsAngularEnum",
44
"title": "Angular Enum Options Schema",
55
"type": "object",
6-
"description": "Generates a new, generic enum definition for the given or default project.",
6+
"description": "Generates a new, generic enum definition in the given project.",
77
"additionalProperties": false,
88
"properties": {
99
"name": {

packages/schematics/angular/guard/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"$id": "SchematicsAngularGuard",
44
"title": "Angular Guard Options Schema",
55
"type": "object",
6-
"description": "Generates a new, generic route guard definition in the given or default project.",
6+
"description": "Generates a new, generic route guard definition in the given project.",
77
"additionalProperties": false,
88
"properties": {
99
"name": {

packages/schematics/angular/interceptor/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular Interceptor Options Schema",
55
"type": "object",
66
"additionalProperties": false,
7-
"description": "Creates a new, generic interceptor definition in the given or default project.",
7+
"description": "Creates a new, generic interceptor definition in the given project.",
88
"properties": {
99
"name": {
1010
"type": "string",

packages/schematics/angular/interface/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular Interface Options Schema",
55
"type": "object",
66
"additionalProperties": false,
7-
"description": "Creates a new, generic interface definition in the given or default project.",
7+
"description": "Creates a new, generic interface definition in the given project.",
88
"properties": {
99
"name": {
1010
"type": "string",

packages/schematics/angular/module/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular Module Options Schema",
55
"type": "object",
66
"additionalProperties": false,
7-
"description": "Creates a new, generic NgModule definition in the given or default project.",
7+
"description": "Creates a new, generic NgModule definition in the given project.",
88
"properties": {
99
"name": {
1010
"type": "string",

packages/schematics/angular/pipe/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular Pipe Options Schema",
55
"type": "object",
66
"additionalProperties": false,
7-
"description": "Creates a new, generic pipe definition in the given or default project.",
7+
"description": "Creates a new, generic pipe definition in the given project.",
88
"properties": {
99
"name": {
1010
"type": "string",

packages/schematics/angular/resolver/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular resolver Options Schema",
55
"type": "object",
66
"additionalProperties": false,
7-
"description": "Generates a new, generic resolver definition in the given or default project.",
7+
"description": "Generates a new, generic resolver definition in the given project.",
88
"properties": {
99
"name": {
1010
"type": "string",

packages/schematics/angular/service/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular Service Options Schema",
55
"type": "object",
66
"additionalProperties": false,
7-
"description": "Creates a new, generic service definition in the given or default project.",
7+
"description": "Creates a new, generic service definition in the given project.",
88
"properties": {
99
"name": {
1010
"type": "string",

0 commit comments

Comments
 (0)