Skip to content

Commit

Permalink
fix(date-picker): date-picker doesn't show in advanced search (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelez committed Nov 16, 2023
1 parent 97b6809 commit 3d2778f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -107,7 +107,8 @@ const _MatInputMixinBase: CanUpdateErrorStateCtor & typeof MatInputBase =
MatButtonModule,
MatButtonToggleModule,
MatSelectModule,
]
],
providers: [Subject],
})
export class AppDatePickerComponent
extends _MatInputMixinBase
Expand Down

0 comments on commit 3d2778f

Please sign in to comment.