Skip to content

Commit 04a7dca

Browse files
Alan AgiusKeen Yee Liau
Alan Agius
authored and
Keen Yee Liau
committed
docs: add clause that states the minimal projects are for learning purposes.
Minimal projects contains limited functionality and certain commands might not work at all. This projects should be considered as a throw away. Fixes #13054
1 parent 95c7267 commit 04a7dca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/schematics/angular/application/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"description": "When true, does not add dependencies to the \"package.json\" file."
7171
},
7272
"minimal": {
73-
"description": "When true, creates a bare-bones project without any testing frameworks.",
73+
"description": "When true, creates a bare-bones project without any testing frameworks and should be used for learning purposes.",
7474
"type": "boolean",
7575
"default": false
7676
},

packages/schematics/angular/ng-new/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"default": true
139139
},
140140
"minimal": {
141-
"description": "When true, creates a project without any testing frameworks.",
141+
"description": "When true, creates a project without any testing frameworks and should be used for learning purposes only.",
142142
"type": "boolean",
143143
"default": false
144144
}

packages/schematics/angular/workspace/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171
},
7272
"minimal": {
73-
"description": "When true, creates a project without any testing frameworks",
73+
"description": "When true, creates a workspace without any testing frameworks and should be used for learning.",
7474
"type": "boolean",
7575
"default": false
7676
}

0 commit comments

Comments
 (0)