docs(ngmodule-faq): fix plunker link (#2277)

This commit is contained in:
Jesús Rodríguez 2016-09-13 21:27:13 +02:00 committed by Ward Bell
parent e1b2f6a2fe
commit 98e5bc248e
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ a#q-why-bad
.l-sub-section
:marked
Prove it for yourself.
Run the <live-example>live example</live-example>.
Run the <live-example name="ngmodule">live example</live-example>.
Modify the `SharedModule` so that it provides the `UserService` rather than the `CoreModule`.
Then toggle between the "Contact" and "Heroes" links a few times.
The username goes bonkers as the Angular creates a new `UserService` instance each time.