Matt
Matt
I've got this working via html: ``` ``` and in the ts code ``` availableDevices: MediaDeviceInfo[]; currentDevice: MediaDeviceInfo = null; onCamerasFound(devices: MediaDeviceInfo[]): void { this.availableDevices = devices; if (this.availableDevices &&...
@Stabzs Any chance of this being updated? Still 11.0.1 on npm
@Et3rnal I've switched to the angular material datepicker, this supports ISO strings: https://material.angular.io/components/datepicker/overview#setting-the-selected-date