Yehor Kolesnykov

Results 21 comments of Yehor Kolesnykov

Thank you! Waiting for release in the cloud.

> Another workaround to this issue is to provide the NgbModal service in the lazy module which I guess creates another instance of the service but with the correct injector....

Hi, thx for this feature! But there is a small problem. I can't input 12:01. But instead it allows me to input 00:01. https://en.wikipedia.org/wiki/12-hour_clock

Nice! It allows me to enter 12 hours now, but still, it allows me to enter 0 hours, which is not correct for 12-h notation. ![image](https://github.com/JsDaddy/ngx-mask/assets/95917278/35d8c4fc-e90b-4774-8d4f-d35b3ae932aa) Or I'm wrong?

Same behavior as for number input when you are not allowed to enter letters. You just can't enter 00.

Well, if we talk about a 12-hour format then instead of 00:00 user should use 12:00. Or at least there should be an option for a "strict" format. Or if...

Awesome! Thank you @andriikamaldinov1 👍

I'm using additional button to switch between am/pm

+1 for top level imports It looks terrible ```typescript import { SearchClient } from 'typesense'; import { ConfigurationOptions } from 'typesense/lib/Typesense/Configuration'; import { SearchParams } from 'typesense/lib/Typesense/Documents'; import { SearchOnlyCollection...