parent
76f8ae31ad
commit
7d1990e4d1
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue