Fabián Ríos

Results 8 comments of Fabián Ríos

Can you point us to the right direction to achieve this kind of things, so it works with files or url's or even data64 characters, thanks!

how can you use the progress bar at least with one image? any example I'm lost.

I also would like to know this, also trying with converting that back to a file and doesn't work or even gave feedback of what's happening.

`this.get = function(index) { var res = index; // not pretty but more functionall if (t[index]){ res = t[index][settings.lang] }else if(t[index.toLowerCase()]){ res = t[index.toLowerCase()][settings.lang] }else{ return index } ``` if...

is the latest implementation based on angular material 2 or 3? because the default density for example gives and height of 36px for the buttons not 40px like the material...

I could give it a try, about the angular update https://github.com/danielmoncada/date-time-picker/pull/207

also having trouble with latest angular 19 it was working before

> @fabianrios thank you for adding this. I'll look over, test and merge. if you can, it would be great if you can add a test for this as well....