szabolcs simonyi

Results 3 comments of szabolcs simonyi

> Agreed. For those stumbling along trying to get this to work with Moment here are the critical pieces barely mentioned. > > ``` > import { NgxMatMomentModule, NgxMatMomentAdapter, NGX_MAT_MOMENT_DATE_ADAPTER_OPTIONS...

@marty30 not that clean way, but I try to workaround with something like this: ``` constructor( @Inject(MAT_DIALOG_DATA) public data: { type: string, id?: number }, private dialogRef: MatDialogRef) { }...