{ provide: APP_INITIALIZER, useFactory: authServiceFactory, deps: [AuthService], multi: true }, export function authServiceFactory(authService: AuthService) {