mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(angular): standalone popover defines CE
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user