docs(aio): empty line between HTML tag and content (#20341)
PR Close #20341
This commit is contained in:
parent
8e24c0fff4
commit
7830d74615
|
@ -106,7 +106,9 @@ and inject into any class that asks for it.
|
||||||
The `HeroService` is now ready to plug into the `HeroesComponent`.
|
The `HeroService` is now ready to plug into the `HeroesComponent`.
|
||||||
|
|
||||||
<div class="alert is-helpful">
|
<div class="alert is-helpful">
|
||||||
|
|
||||||
Learn more about _providers_ in the [NgModules](guide/ngmodule#providers) guide.
|
Learn more about _providers_ in the [NgModules](guide/ngmodule#providers) guide.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Update `HeroesComponent`
|
## Update `HeroesComponent`
|
||||||
|
|
Loading…
Reference in New Issue