docs(docs-infra): replace a comma with a period at the end of a sentence (#39034)

In order to keep document consistency this commit replaces a comma with a period at the end of a sentence
PR Close #39034
This commit is contained in:
Daniel 2020-09-28 18:47:57 -06:00 committed by Alex Rickabaugh
parent d53cfb510c
commit d8de689080

View File

@ -95,7 +95,7 @@ or in the `@NgModule()` or `@Component()` metadata
Registering the provider in the `@Injectable()` metadata also allows Angular to optimize an app Registering the provider in the `@Injectable()` metadata also allows Angular to optimize an app
by removing the service from the compiled app if it isn't used. by removing the service from the compiled app if it isn't used.
* When you register a provider with a [specific NgModule](guide/architecture-modules), the same instance of a service is available to all components in that NgModule. To register at this level, use the `providers` property of the `@NgModule()` decorator, * When you register a provider with a [specific NgModule](guide/architecture-modules), the same instance of a service is available to all components in that NgModule. To register at this level, use the `providers` property of the `@NgModule()` decorator.
``` ```
@NgModule({ @NgModule({