docs(aio): remove links to outdated live examples from the API documenation (#23966)

Closes #21525

PR Close #23966
This commit is contained in:
Brandon Roberts
2018-05-17 11:23:55 -05:00
committed by Miško Hevery
parent 0bd2d7bac6
commit 513f645894
10 changed files with 31 additions and 31 deletions

View File

@ -16,7 +16,7 @@ export abstract class ChangeDetectorRef {
*
* <!-- TODO: Add a link to a chapter on OnPush components -->
*
* ### Example ([live demo](https://stackblitz.com/edit/angular-kx7rrw))
* ### Example
*
* ```typescript
* @Component({
@ -131,7 +131,7 @@ export abstract class ChangeDetectorRef {
*
* <!-- TODO: Add a link to a chapter on detach/reattach/local digest -->
*
* ### Example ([live demo](https://stackblitz.com/edit/angular-ymgsxw))
* ### Example
*
* The following example creates a component displaying `live` data. The component will detach
* its change detector from the main change detector tree when the component's live property

View File

@ -16,7 +16,7 @@
*
* `value | pipeName[:arg0[:arg1...]]`
*
* ### Example ([live demo](http://plnkr.co/edit/f5oyIked9M2cKzvZNKHV?p=preview))
* ### Example
*
* The `RepeatPipe` below repeats the value as many times as indicated by the first argument:
*