mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(angular): DatetimeButton is declared on IonicModule (#25727)
This commit is contained in:
@ -40,6 +40,7 @@ import {
|
|||||||
IonCol,
|
IonCol,
|
||||||
IonContent,
|
IonContent,
|
||||||
IonDatetime,
|
IonDatetime,
|
||||||
|
IonDatetimeButton,
|
||||||
IonFab,
|
IonFab,
|
||||||
IonFabButton,
|
IonFabButton,
|
||||||
IonFabList,
|
IonFabList,
|
||||||
@ -127,6 +128,7 @@ const DECLARATIONS = [
|
|||||||
IonCol,
|
IonCol,
|
||||||
IonContent,
|
IonContent,
|
||||||
IonDatetime,
|
IonDatetime,
|
||||||
|
IonDatetimeButton,
|
||||||
IonFab,
|
IonFab,
|
||||||
IonFabButton,
|
IonFabButton,
|
||||||
IonFabList,
|
IonFabList,
|
||||||
|
Reference in New Issue
Block a user