mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Updated existing Angular Material examples
This commit is contained in:
parent
226f3fb440
commit
9db5f0b04a
|
@ -8,7 +8,7 @@ import {Component, ViewEncapsulation} from '@angular/core';
|
||||||
encapsulation: ViewEncapsulation.None,
|
encapsulation: ViewEncapsulation.None,
|
||||||
})
|
})
|
||||||
export class DatepickerDateClassExample {
|
export class DatepickerDateClassExample {
|
||||||
dateClass = (d: Date) => {
|
dateClass = (d: any) => {
|
||||||
|
|
||||||
const date = d.date();
|
const date = d.date();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user