Removed providedIn attribute for services that don't need

This commit is contained in:
Giuseppe Digilio
2021-01-15 14:34:28 +01:00
parent 9aea3f20ea
commit 00153fa92f
6 changed files with 10 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ export const IMPERSONATING_COOKIE = 'dsImpersonatingEPerson';
/**
* The auth service.
*/
@Injectable({providedIn: 'root'})
@Injectable()
export class AuthService {
/**