Hi people,
in ionic v3 there is @ViewChild(Content) content: Content;
and I can use this.content.resize();
but in ionicv5 Angular where is .resize()
functions?
I tried import {IonContent} from "@ionic/angular";
but there isn’t that functions.
Thanks
2 posts - 2 participants