mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-12 11:48:40 +00:00
Updated existing Angular Material examples
This commit is contained in:
@@ -8,7 +8,7 @@ import {Component, ViewEncapsulation} from '@angular/core';
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
})
|
||||
export class DatepickerDateClassExample {
|
||||
dateClass = (d: Date) => {
|
||||
dateClass = (d: any) => {
|
||||
|
||||
const date = d.date();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user