James Mikesell

Results 3 comments of James Mikesell
trafficstars

What you say is correct, however something still *should* be possible, though likely not perfect in all scenarios. One implementation is to have the "columns" that the legs of the...

This is a workaround ```ts export class MyObject { @Transform(value => { let map = new Map(); for (let entry of Object.entries(value.value)) map.set(entry[0], plainToClass(Train, entry[1])); return map; }, { toClassOnly:...

This can be worked around (read: hacked) by *not* using the `[ngxTimepicker]` directive on the input you're displaying, and instead manually getting and processing the time. A hidden input such...