Skip to content

Commit d56e15c

Browse files
alan-agius4kyliau
authored andcommitted
docs: update cli readme for version 7
1 parent 52f297b commit d56e15c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

packages/angular/cli/README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ You can find all possible blueprints in the table below:
106106

107107
Scaffold | Usage
108108
--- | ---
109-
[Component](https://github.com/angular/angular-cli/wiki/generate-component) | `ng g component my-new-component`
110-
[Directive](https://github.com/angular/angular-cli/wiki/generate-directive) | `ng g directive my-new-directive`
111-
[Pipe](https://github.com/angular/angular-cli/wiki/generate-pipe) | `ng g pipe my-new-pipe`
112-
[Service](https://github.com/angular/angular-cli/wiki/generate-service) | `ng g service my-new-service`
113-
[Class](https://github.com/angular/angular-cli/wiki/generate-class) | `ng g class my-new-class`
114-
[Guard](https://github.com/angular/angular-cli/wiki/generate-guard) | `ng g guard my-new-guard`
115-
[Interface](https://github.com/angular/angular-cli/wiki/generate-interface) | `ng g interface my-new-interface`
116-
[Enum](https://github.com/angular/angular-cli/wiki/generate-enum) | `ng g enum my-new-enum`
117-
[Module](https://github.com/angular/angular-cli/wiki/generate-module) | `ng g module my-module`
109+
[Component](https://angular.io/cli/generate#component) | `ng g component my-new-component`
110+
[Directive](https://angular.io/cli/generate#directive) | `ng g directive my-new-directive`
111+
[Pipe](https://angular.io/cli/generate#pipe) | `ng g pipe my-new-pipe`
112+
[Service](https://angular.io/cli/generate#service) | `ng g service my-new-service`
113+
[Class](https://angular.io/cli/generate#class) | `ng g class my-new-class`
114+
[Guard](https://angular.io/cli/generate#guard) | `ng g guard my-new-guard`
115+
[Interface](https://angular.io/cli/generate#interface) | `ng g interface my-new-interface`
116+
[Enum](https://angular.io/cli/generate#enum) | `ng g enum my-new-enum`
117+
[Module](https://angular.io/cli/generate#module) | `ng g module my-module`
118118

119119

120120

@@ -228,7 +228,7 @@ For more informations about Node.js debugging in VS Code, see the related [VS Co
228228

229229
### CPU Profiling
230230

231-
In order to investigate performance issues, CPU profiling is often usefull.
231+
In order to investigate performance issues, CPU profiling is often useful.
232232

233233
To capture a CPU profiling, you can:
234234
1. install the v8-profiler-node8 dependency: `npm install v8-profiler-node8 --no-save`
@@ -250,7 +250,7 @@ In addition to this one, another, more elaborated way to capture a CPU profile u
250250

251251
## Documentation
252252

253-
The documentation for the Angular CLI is located in this repo's [wiki](https://github.com/angular/angular-cli/wiki).
253+
The documentation for the Angular CLI is located in this repo's [wiki](https://angular.io/cli).
254254

255255
## License
256256

0 commit comments

Comments
 (0)