Skip to content

Commit fe98024

Browse files
Alan Agiusalexeagle
authored andcommitted
docs: align several experimental text and update ng new explanation
1 parent e6bba9e commit fe98024

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/angular/cli/commands/build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"properties": {
1818
"buildEventLog": {
1919
"type": "string",
20-
"description": "(experimental) Output file path for Build Event Protocol events"
20+
"description": "**EXPERIMENTAL** Output file path for Build Event Protocol events"
2121
}
2222
}
2323
}

packages/angular/cli/commands/new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All prompts can safely be allowed to default.
55

66
* The new workspace folder is given the specified project name, and contains configuration files at the top level.
77

8-
* By default, the files for a new initial app (with the same name as the workspace) are placed in the `src/` subfolder. A corresponding end-to-end test app is placed in the `e2e/` subfolder.
8+
* By default, the files for a new initial app (with the same name as the workspace) are placed in the `src/` subfolder. Corresponding end-to-end tests are placed in the `e2e/` subfolder.
99

1010
* The new app's configuration appears in the `projects` section of the `angular.json` workspace configuration file, under its project name.
1111

packages/angular/cli/commands/serve.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"properties": {
1919
"buildEventLog": {
2020
"type": "string",
21-
"description": "(experimental) Output file path for Build Event Protocol events"
21+
"description": "**EXPERIMENTAL** Output file path for Build Event Protocol events"
2222
}
2323
}
2424
}

packages/schematics/angular/application/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"x-prompt": "What name would you like to use for the application?"
2121
},
2222
"enableIvy": {
23-
"description": "EXPERIMENTAL: True to create a new app that uses the Ivy rendering engine.",
23+
"description": "**EXPERIMENTAL** True to create a new app that uses the Ivy rendering engine.",
2424
"type": "boolean",
2525
"default": false,
2626
"x-user-analytics": 8

0 commit comments

Comments
 (0)