I am attempting to use an ion-popover inline as the documentation states
here is the code that i have
<ion-content>
..Excluded for simplicity
<ion-popover [isOpen]="isLoading">
<ng-template>
<ion-spinner></ion-spinner>
</ng-template>
</ion-popover>
</ion-content>
I have other ionic components on this same view like ion-refresher and ion-list and ion-item. But ion-popover is causing the build to fail
1 post - 1 participant