Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48980

Ion-popover inline 'is not a known element'

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 48980

Trending Articles