From 2694a3b7340286272121e211a1ac90049d9213a9 Mon Sep 17 00:00:00 2001 From: ajitsinghkaler Date: Sun, 19 Jan 2020 11:36:57 +0530 Subject: [PATCH] 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 --- aio/content/guide/dependency-injection-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/dependency-injection-providers.md b/aio/content/guide/dependency-injection-providers.md index 1c074ce501..c171be3a71 100644 --- a/aio/content/guide/dependency-injection-providers.md +++ b/aio/content/guide/dependency-injection-providers.md @@ -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. -
Search for [Constants in API documentation](api?type=const) to find more built-in tokens.