Matthew Holden

Results 9 comments of Matthew Holden

Apologies, that would have been useful! ``` "dependencies": { "@angular-material-components/datetime-picker": "^7.0.1", "@angular/animations": "~13.1.0", "@angular/cdk": "^13.1.1", "@angular/common": "~13.1.0", "@angular/compiler": "~13.1.0", "@angular/core": "~13.1.0", "@angular/fire": "^7.2.0", "@angular/forms": "~13.1.0", "@angular/material": "^13.1.1", "@angular/platform-browser": "~13.1.0", "@angular/platform-browser-dynamic":...

Hey! - I've uninstalled that. It was initially installed as an attempt to get something else working (as I couldn't get this to work) I'll try and set up a...

Hey @Shan7anu - Thanks for the response. In this instance, I'm not using the date time picker. I'm just using the time picker. I copied the code from the documentation...

Ok, so I've managed to get a version working: **HTML** ``` ``` **Component** ``` if (form.question_time) { form.question_time = (form.question_time as firebase.default.firestore.Timestamp)?.toDate(); } ``` Question: Is there a way to...

Hi team, is there any update on the last question at all? Cheers! > Question: Is there a way to have the time picker not set a time on load?...

I've followed that exact article and keep getting error after error. Has anyone experienced that at all? ``` ERROR in Cannot read property 'flags' of undefined ERROR in ./src/styles.scss (./node_modules/css-loader/dist/cjs.js??ref--13-1!./node_modules/@angular-builders/custom-webpack/node_modules/postcss-loader/src??embedded!./node_modules/resolve-url-loader??ref--13-3!./node_modules/@angular-builders/custom-webpack/node_modules/sass-loader/dist/cjs.js??ref--13-4!./node_modules/postcss-loader/dist/cjs.js??ref--17!./src/styles.scss)...

I'm on version 14.15.1. I've tried the articles above and got it working, but the build times are insanely slow. It's making the development process quite tedious. I'm wondering if...

@Vbuddies - If it helps, the implementation I settled on was to display a button with a clock icon. When clicking that I toggle the time picker into view using...

@Sergiobop - Nice one! I've added the above to the `overrides` object. Added the HTML and receive the following console error. I've tried installing animations v16 without luck. Any ideas...