Martin Kopeček
Martin Kopeček
I get this also on a class which does not have any properties without validator annotations in 0.14.2 (0.14.1 works OK): ```ts export class OrderDataDto { @IsEmail() email!: string; @IsOptional()...
> @SmallhillCZ your code is failing because the address is not an instance of RequiredAddress. Oh okay, sorry, I am used to the NestJS usage in query params and there...
Maybe a same issue: I have a main `ion-router-outlet`, one of the pages uses tabs (which implicitly create another `ion-router-outlet`) and in one of these tabs I have `ion-back-button`. This...
> Looks like this is a little stale, any general directions on how to add the capability? I guess only direction is you have to make a fork and develop...