docs: remove closing parenthesis from provides guide (#24935)

PR Close #24935
This commit is contained in:
Xapuu 2018-07-17 20:24:30 +03:00 committed by Victor Berchet
parent 23766b85e9
commit b8f740b253
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ The service itself is a class that the CLI generated and that's decorated with `
When you add a service provider to the root application injector, its available throughout the app. Additionally, these providers are also available to all the classes in the app as long they have the lookup token.
You should always provide your service in the root injector unless there is a case where you want the service to be available only if the consumer imports a particular `@NgModule)`.
You should always provide your service in the root injector unless there is a case where you want the service to be available only if the consumer imports a particular `@NgModule`.
## providedIn and NgModules