Skip to content

Commit

Permalink
FIX: Value could not be determined statically.
Browse files Browse the repository at this point in the history
This commit fixes the error Value could not be determined statically when DatepickerModule is imported with .forChild() for configuration purposes.
  • Loading branch information
Jonah-Jordan authored Jan 24, 2024
1 parent 629781a commit da67271
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 da67271

Please sign in to comment.