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,
|
||||
IonContent,
|
||||
IonDatetime,
|
||||
IonDatetimeButton,
|
||||
IonFab,
|
||||
IonFabButton,
|
||||
IonFabList,
|
||||
@ -127,6 +128,7 @@ const DECLARATIONS = [
|
||||
IonCol,
|
||||
IonContent,
|
||||
IonDatetime,
|
||||
IonDatetimeButton,
|
||||
IonFab,
|
||||
IonFabButton,
|
||||
IonFabList,
|
||||
|
Reference in New Issue
Block a user