I suggest, just replace one line, if there is some error in
@ViewChild(IonContent) content: IonContent;
to
@ViewChild(IonContent, {static: true}) content: IonContent;
2 Likes
I suggest, just replace one line, if there is some error in
@ViewChild(IonContent) content: IonContent;
to
@ViewChild(IonContent, {static: true}) content: IonContent;