Juan Mesa

Results 4 comments of Juan Mesa

I'm getting this kind of error when I try to use twilio-video^2.16.0 with sveltekit or Angular 12 Sveltekit ![image](https://user-images.githubusercontent.com/64181348/132072973-7c0a49fe-f952-443b-bd5f-36475a56930d.png) Angular12 ![image](https://user-images.githubusercontent.com/64181348/132073156-8a5b1982-ca67-4057-92e9-c59322bfedf3.png) Is there any workaround to this?

This could be another workaround: Generic class ```ts export abstract class BatchDto { @IsArray() @ArrayMinSize(1) @ValidateNested({ each: true }) abstract batch: T[]; } ``` Implementation ```ts export class TaskCreateDto {...

@Clemens-E sorry for the delay and thank you for reporting this 🙂. Will try to fix it today.

@rajnesh-rathor-auxano this can be implemented once #631 is merged since there are [some adjustments](https://github.com/juanmesa2097/angular-boilerplate/blob/631-improve-overall-code-structure-and-create-examples/src/app/lib/guards/auth.guard.ts) on the auth guard.