docs: fix broken link in singleton services doc (#31007)
PR Close #31007
This commit is contained in:
parent
352f9672c0
commit
1a5c7112e0
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue