@@ -106,15 +106,15 @@ You can find all possible blueprints in the table below:
106106
107107Scaffold | 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
233233To capture a CPU profiling, you can:
2342341 . 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