style(aio): lint fixes for examples (#23234)

PR Close #23234
This commit is contained in:
Igor Minar 2018-04-14 02:36:42 -07:00 committed by Jason Aden
parent 76f8ae31ad
commit 7d1990e4d1
7 changed files with 13 additions and 13 deletions

View File

@ -19,7 +19,7 @@ import { AdComponent } from './ad.component';
// #docregion class
export class AdBannerComponent implements OnInit, OnDestroy {
@Input() ads: AdItem[];
currentAdIndex: number = -1;
currentAdIndex = -1;
@ViewChild(AdDirective) adHost: AdDirective;
interval: any;