mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +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>();
|
||||
|
||||
constructor(
|
||||
@Host() private _content: Content,
|
||||
private _content: Content,
|
||||
private _zone: NgZone,
|
||||
private _elementRef: ElementRef,
|
||||
private _dom: DomController
|
||||
|
Reference in New Issue
Block a user