Skip to content

Commit

Permalink
docs: add clause that states the minimal projects are for learning …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Alan Agius authored and kyliau committed Jan 11, 2019
1 parent 9068bf0 commit aab904e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/schematics/angular/application/schema.json
Expand Up @@ -70,7 +70,7 @@
"description": "When true, does not add dependencies to the \"package.json\" file."
},
"minimal": {
"description": "When true, creates a bare-bones project without any testing frameworks.",
"description": "When true, creates a bare-bones project without any testing frameworks and should be used for learning purposes.",
"type": "boolean",
"default": false
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/ng-new/schema.json
Expand Up @@ -138,7 +138,7 @@
"default": true
},
"minimal": {
"description": "When true, creates a project without any testing frameworks.",
"description": "When true, creates a project without any testing frameworks and should be used for learning purposes only.",
"type": "boolean",
"default": false
}
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/workspace/schema.json
Expand Up @@ -70,7 +70,7 @@
}
},
"minimal": {
"description": "When true, creates a project without any testing frameworks",
"description": "When true, creates a workspace without any testing frameworks and should be used for learning.",
"type": "boolean",
"default": false
}
Expand Down

0 comments on commit aab904e

Please sign in to comment.