Chore: ng lint using the recommended @angular-eslint style
This commit is contained in:
@ -14,6 +14,7 @@ export class ErrorLoggerService {
|
||||
/**
|
||||
* Handle Http operation that failed.
|
||||
* Let the app continue.
|
||||
*
|
||||
* @param operation - name of the operation that failed
|
||||
* @param result - optional value to return as the observable result
|
||||
*/
|
||||
|
||||
@ -46,7 +46,9 @@ export class ErrorInterceptor implements HttpInterceptor {
|
||||
data: {
|
||||
title: 'Logged out!',
|
||||
content:
|
||||
'You have been logged out.\nYou can press Cancel to stay on page and login in another tab to resume here, or you can press Ok to navigate to the login page.',
|
||||
'You have been logged out.\n' +
|
||||
'You can press Cancel to stay on page and login in another tab to resume here,' +
|
||||
' or you can press Ok to navigate to the login page.',
|
||||
},
|
||||
});
|
||||
dialogRef.afterClosed().subscribe((result: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user