Skip to content

Commit

Permalink
fix(angular): DatetimeButton is declared on IonicModule (#25727)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Aug 5, 2022
1 parent 7b565c5 commit 76ad1d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions angular/src/ionic-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import {
IonCol,
IonContent,
IonDatetime,
IonDatetimeButton,
IonFab,
IonFabButton,
IonFabList,
Expand Down Expand Up @@ -127,6 +128,7 @@ const DECLARATIONS = [
IonCol,
IonContent,
IonDatetime,
IonDatetimeButton,
IonFab,
IonFabButton,
IonFabList,
Expand Down

0 comments on commit 76ad1d1

Please sign in to comment.