fix(angular): standalone popover defines CE

This commit is contained in:
Liam DeBeasi
2023-07-26 10:54:34 -04:00
parent 0b85d53076
commit b3d38da091

View File

@@ -3,8 +3,10 @@
import { IonPopover as IonPopoverBase, ProxyCmp } from '@ionic/angular/common';
import { ChangeDetectionStrategy, Component } from '@angular/core';
import { CommonModule } from '@angular/common';
import { defineCustomElement } from '@ionic/core/components/ion-popover.js';
@ProxyCmp({
defineCustomElementFn: defineCustomElement,
inputs: [
'alignment',
'animated',