docs: change links to cli wiki to link to new aio docs (#26489)

PR Close #26489
This commit is contained in:
jenniferfell
2018-10-16 14:20:56 -06:00
committed by Misko Hevery
parent 50ccbe744d
commit d769b441c0
17 changed files with 38 additions and 35 deletions

View File

@ -23,7 +23,7 @@ When you specify providers in the `@Injectable()` decorator of the service itsel
* Learn more about [tree-shakable providers](guide/dependency-injection-providers#tree-shakable-providers).
You're likely to inject `UserService` in many places throughout the app and will want to inject the same service instance every time. Providing `UserService` through the `root` injector is a good choice, and is the default that the CLI uses when you generate a service for your app.
You're likely to inject `UserService` in many places throughout the app and will want to inject the same service instance every time. Providing `UserService` through the `root` injector is a good choice, and is the default that the [Angular CLI](cli) uses when you generate a service for your app.
<div class="alert-is-helpful">
<header>Platform injector</header>