File tree Expand file tree Collapse file tree 6 files changed +14
-7
lines changed
packages/angular/cli/commands Expand file tree Collapse file tree 6 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/schema" ,
3
3
"$id" : " ng-cli://commands/add.json" ,
4
- "description" : " Add support for a library to your project." ,
4
+ "description" : " Adds support for a published library to your project." ,
5
5
"$longDescription" : " ./add.md" ,
6
6
7
7
"$scope" : " in" ,
Original file line number Diff line number Diff line change 1
- Add support for a library in your project, for example adding ` @angular/pwa ` which would configure
2
- your project for PWA support.
1
+ Adds the npm package for a published library to your workspace, and configures your default
2
+ app project to use that library, in whatever way is specified by the library's schematic.
3
+ For example, adding ` @angular/pwa ` configures your project for PWA support.
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/schema" ,
3
3
"$id" : " ng-cli://commands/new.json" ,
4
- "description" : " Creates a new directory and a new Angular app." ,
5
- "$longDescription" : " " ,
4
+ "description" : " Creates a new workspace and a new default Angular app." ,
5
+ "$longDescription" : " ./new.md " ,
6
6
7
7
"$aliases" : [ " n" ],
8
8
"$scope" : " out" ,
Original file line number Diff line number Diff line change
1
+ Creates and initializes a new Angular app that is the default project for a new workspace.
2
+
3
+ * The new workspace folder is given the specified project name. The new app is created at the top level of the workspace folder.
4
+
5
+ * The new app's configuration appears in the ` projects ` section of the ` angular.json ` workspace configuration file, under its project name.
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/schema" ,
3
3
"$id" : " ng-cli://commands/update.json" ,
4
- "description" : " Updates your application and its dependencies." ,
5
- "$longDescription" : " " ,
4
+ "description" : "Updates your application and its dependencies. See \"https://update.angular.io/\ ",
5
+ "$longDescription" : " ./update.md " ,
6
6
7
7
"$scope" : " all" ,
8
8
"$aliases" : [],
Original file line number Diff line number Diff line change
1
+ Before running this command, see the interactive [ Angular Update Guide] ( https://update.angular.io/ ) .
You can’t perform that action at this time.
0 commit comments