You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: get rid of remaining angular-cli references (#4398)
This commit changes 2 things:
1. Changes remaining angular-cli package references to @angular/cli.
2. Where angular-cli was mentioned as a project name, it's been changed
to Angular CLI.
Where angular-cli was meant to mean the repository name, it's been left
unchanged.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to angular-cli
1
+
# Contributing to Angular CLI
2
2
3
3
We would love for you to contribute to angular-cli and help make it even better
4
4
than it is today! As a contributor, here are the guidelines we would like you
@@ -18,7 +18,7 @@ Help us keep Angular open and inclusive. Please read and follow our [Code of Con
18
18
19
19
## <aname="question"></a> Got a Question or Problem?
20
20
21
-
If you have questions about how to *use* Angular CLI, please direct them to [StackOverflow][stackoverflow]. Please note that angular-cli is still in early developer preview, and the core team's capacity to answer usage questions is limited. We are also available on [Gitter][gitter].
21
+
If you have questions about how to *use* Angular CLI, please direct them to [StackOverflow][stackoverflow]. Please note that Angular CLI is still in early developer preview, and the core team's capacity to answer usage questions is limited. We are also available on [Gitter][gitter].
22
22
23
23
## <aname="issue"></a> Found an Issue?
24
24
If you find a bug in the source code or a mistake in the documentation, you can help us by
Copy file name to clipboardExpand all lines: packages/@angular/cli/blueprints/ng2/files/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# <%= jsComponentName %>
2
2
3
-
This project was generated with [angular-cli](https://github.com/angular/angular-cli) version <%= version %>.
3
+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version <%= version %>.
4
4
5
5
## Development server
6
6
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
@@ -24,4 +24,4 @@ Before running the tests make sure you are serving the app via `ng serve`.
24
24
25
25
## Further help
26
26
27
-
To get more help on the `angular-cli` use `ng help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
27
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular-CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
0 commit comments