docs(core): add missing quote in dependency injection provider guide (#34854)
Add closing double quote in HTML `class` attribute in dependency injection provider guide. Fixes #34851 PR Close #34854
This commit is contained in:
parent
e0ad9ecda0
commit
2694a3b734
|
@ -278,7 +278,7 @@ When you provide multiple sets of routes using [RouterModule.forRoot](api/router
|
|||
and [RouterModule.forChild](api/router/RouterModule#forchild) in a single module,
|
||||
the [ROUTES](api/router/ROUTES) token combines all the different provided sets of routes into a single value.
|
||||
|
||||
<div class="alert is-helpful>
|
||||
<div class="alert is-helpful">
|
||||
|
||||
Search for [Constants in API documentation](api?type=const) to find more built-in tokens.
|
||||
|
||||
|
|
Loading…
Reference in New Issue