I'm trying to add regex validation (or any better validation approach, if it exists) to validate time in the following format:
00:00:00:00 (hous:minutes:seconds:miliseconds)
none of the tutorials I saw online shows how to do this using angular 2. Can anybody point me to a nice tutorial or approach which I can follow to accomplish this?