Michel Selerin
Michel Selerin
The workaround did not work for me neither. But I've found a solution. Here is the relevant part : ```typescript @Component({ templateUrl: './first-dialog.component.html', providers: [DialogService] }) export class FirstDialogComponent {...
Pour le test via le service, cela peut-être facilement réalisé avec une boucle. Pour le guard, un tableau de valeurs peut déjà être passé mais il se comporte comme un...
It would be really awesome if you could also provide unit-tests for those new pipes :-) You can check `ngx-security.directive.spec.ts` and use it as a good base.