File tree 1 file changed +4
-4
lines changed
projects/angular-calendar/src/modules/common
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ import { A11yParams } from './calendar-a11y.interface';
9
9
*
10
10
* ```typescript
11
11
* import { A11yParams, CalendarA11y } from 'angular-calendar';
12
- * import { formatDate } from '@angular/common';
12
+ * import { formatDate, I18nPluralPipe } from '@angular/common';
13
13
*
14
14
* // adding your own a11y params
15
15
* export interface CustomA11yParams extends A11yParams {
16
16
* isDrSuess?: boolean;
17
17
* }
18
18
*
19
19
* export class CustomCalendarA11y extends CalendarA11y {
20
- * constructor(protected i18nPlural: I18nPluralPipe) {
21
- * super(i18nPlural);
22
- * }
20
+ * constructor(protected i18nPlural: I18nPluralPipe) {
21
+ * super(i18nPlural);
22
+ * }
23
23
*
24
24
* // overriding a function
25
25
* public openDayEventsLandmark({ date, locale, isDrSuess }: CustomA11yParams): string {
You can’t perform that action at this time.
0 commit comments