docs: remove outdated docs (#11875)

This commit is contained in:
Victor Berchet
2016-09-23 16:23:28 -07:00
committed by Rado Kirov
parent 52812c08e2
commit 33340dbbd1
22 changed files with 8 additions and 1689 deletions

View File

@ -40,7 +40,6 @@ import {NgZoneImpl} from './ng_zone_impl';
* <button (click)="processWithinAngularZone()">Process within Angular zone</button>
* <button (click)="processOutsideOfAngularZone()">Process outside of Angular zone</button>
* `,
* directives: [NgIf]
* })
* export class NgZoneDemo {
* progress: number = 0;