Skip to content

Commit 874f46e

Browse files
committed
fixup! fix(material/datepicker): deprecate constructor injection in NativeDateAdapter
1 parent a4c4658 commit 874f46e

File tree

1 file changed

+2
-1
lines changed
  • tools/public_api_guard/material

1 file changed

+2
-1
lines changed

tools/public_api_guard/material/core.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@ export function mixinTabIndex<T extends _AbstractConstructor<CanDisable>>(base:
418418

419419
// @public
420420
export class NativeDateAdapter extends DateAdapter<Date> {
421-
constructor(matDateLocale: string,
421+
constructor(
422+
matDateLocale?: string,
422423
_platform?: Platform);
423424
// (undocumented)
424425
addCalendarDays(date: Date, days: number): Date;

0 commit comments

Comments
 (0)