Skip to content

Commit

Permalink
Merge pull request #333 from Jonah-Jordan/patch-1
Browse files Browse the repository at this point in the history
FIX:  Value could not be determined statically.
  • Loading branch information
TriangleJuice authored Jan 25, 2024
2 parents ef79805 + da67271 commit a294bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ngx-forms/src/lib/datepicker/datepicker.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class DatepickerModule {
weekdayLabels: string[],
monthLabels: string[],
errorLabels: DatepickerErrorLabels
): ModuleWithProviders<any> {
): ModuleWithProviders<DatepickerModule> {
return {
ngModule: DatepickerModule,
providers: [
Expand Down

0 comments on commit a294bc6

Please sign in to comment.