mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(infinite-scroll):infinite-scroll can be placed in child componenets, fixes #6531
This commit is contained in:
@ -155,7 +155,7 @@ export class InfiniteScroll {
|
|||||||
@Output() ionInfinite: EventEmitter<InfiniteScroll> = new EventEmitter<InfiniteScroll>();
|
@Output() ionInfinite: EventEmitter<InfiniteScroll> = new EventEmitter<InfiniteScroll>();
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
@Host() private _content: Content,
|
private _content: Content,
|
||||||
private _zone: NgZone,
|
private _zone: NgZone,
|
||||||
private _elementRef: ElementRef,
|
private _elementRef: ElementRef,
|
||||||
private _dom: DomController
|
private _dom: DomController
|
||||||
|
Reference in New Issue
Block a user