Skip to content

Commit

Permalink
style: date-picker
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Sep 6, 2024
1 parent a2f52db commit 3662856
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class NgxMultiFormatDateAdapter extends DateAdapter<TypeForAdapter, Local

public constructor(
@Optional() @Inject(MAT_DATE_LOCALE) matDateLocale: Record<string, unknown>

) {
super();
this.locale = matDateLocale;
Expand Down Expand Up @@ -236,4 +235,3 @@ export class NgxMultiFormatDateAdapter extends DateAdapter<TypeForAdapter, Local
return fn(parsed);
}
}

0 comments on commit 3662856

Please sign in to comment.