Juan Mesa
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  Angular12  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.