fix(aio): remove remaining plnkr references (#20165)

PR Close #20165
This commit is contained in:
George Kalpakas
2018-01-22 22:48:11 +02:00
committed by Miško Hevery
parent 5894f6ee1c
commit 2f61d3c320
4 changed files with 18 additions and 13 deletions

View File

@ -83,7 +83,7 @@ HTTP guide.
## Testing: added component test plunkers (2016-12-02)
Added two plunkers that each test _one simple component_ so you can write a component test plunker of your own: <live-example name="setup" plnkr="quickstart-specs">one</live-example> for the QuickStart seed's `AppComponent` and <live-example name="testing" plnkr="banner-specs">another</live-example> for the Testing guide's `BannerComponent`.
Added two plunkers that each test _one simple component_ so you can write a component test plunker of your own: <live-example name="setup" stackblitz="quickstart-specs">one</live-example> for the QuickStart seed's `AppComponent` and <live-example name="testing" stackblitz="banner-specs">another</live-example> for the Testing guide's `BannerComponent`.
Linked to these plunkers in [Testing](guide/testing#live-examples) and [Setup anatomy](guide/setup-systemjs-anatomy) guides.
## Internationalization: pluralization and _select_ (2016-11-30)

View File

@ -54,7 +54,7 @@ If you do, this page can help you understand their purpose.
the bootstrap file, `main.ts`.
Try the <live-example name="setup">sample application</live-example>
and the <live-example name="setup" plnkr="quickstart-specs">unit test</live-example>
and the <live-example name="setup" stackblitz="quickstart-specs">unit test</live-example>
as _live examples_.
</td>

View File

@ -110,13 +110,13 @@ Try this <live-example></live-example>.
<p>live-example with name</p>
<live-example name="testy" title="Better Example"></live-example>
<p>live-example with spacey name and plnkr</p>
<live-example name=" testy " plnkr="super-plnkr"></live-example>
<p>live-example with spacey name and stackblitz</p>
<live-example name=" testy " stackblitz="super-stackblitz"></live-example>
<p>live-example with name and plnkr but no download</p>
<live-example name="testy" plnkr="super-plnkr" noDownload></live-example>
<p>live-example with name and stackblitz but no download</p>
<live-example name="testy" stackblitz="super-stackblitz" noDownload></live-example>
<p>live-example embedded with name and plnkr</p>
<live-example embedded name="testy" plnkr="super-plnkr"></live-example>
<p>live-example embedded with name and stackblitz</p>
<live-example embedded name="testy" stackblitz="super-stackblitz"></live-example>
<p>More text follows ...</p>