fix: removed all mentions of momentjs
This commit is contained in:
@@ -18,8 +18,8 @@ import { DateTime } from 'luxon';
|
||||
})
|
||||
class DateSelectorStub {
|
||||
@Input() date: string = DateTime.now().toISODate();
|
||||
@Output() dateChange = new EventEmitter<moment.Moment>();
|
||||
@Input() filter: (date: moment.Moment | null) => boolean = () => true
|
||||
@Output() dateChange = new EventEmitter<string>();
|
||||
@Input() filter: (date: DateTime | null) => boolean = () => true
|
||||
}
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user