docs: fix broken link in singleton services doc (#31007)

PR Close #31007
This commit is contained in:
Kapunahele Wong 2019-06-12 13:37:15 -04:00 committed by Andrew Kushnir
parent 352f9672c0
commit 1a5c7112e0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ There are multiple ways to prevent this:
<div class="alert is-helpful">
**Note:** There are two example apps where you can see this scenario; the more advanced <live-example noDownload>NgModules live example</live-example>, which contains `forRoot()` and `forChild()` in the routing modules and the `GreetingModule`, and the simpler <live-example name="lazy-loading-ngmodules" noDownload>Lazy Loading live example</live-example>. For an introductory explanation see the [Lazy Loading Feature Modules](guide/lazy-loading-ngmodules) guide.
**Note:** There are two example apps where you can see this scenario; the more advanced <live-example noDownload name="ngmodules">NgModules live example</live-example>, which contains `forRoot()` and `forChild()` in the routing modules and the `GreetingModule`, and the simpler <live-example name="lazy-loading-ngmodules" noDownload>Lazy Loading live example</live-example>. For an introductory explanation see the [Lazy Loading Feature Modules](guide/lazy-loading-ngmodules) guide.
</div>