fix eslint warnigs for core project (#7506)

This commit is contained in:
Denys Vuika
2022-02-17 14:35:33 +00:00
committed by GitHub
parent 5b7f255eec
commit bca5a783ab
246 changed files with 5127 additions and 5065 deletions

View File

@@ -44,6 +44,7 @@ export class NotificationService {
/**
* Opens a SnackBar notification to show a message.
*
* @param message The message (or resource key) to show.
* @param config Time before notification disappears after being shown or MatSnackBarConfig object
* @param interpolateArgs The interpolation parameters to add for the translation
@@ -55,6 +56,7 @@ export class NotificationService {
/**
* Opens a SnackBar notification with a message and a response button.
*
* @param message The message (or resource key) to show.
* @param action Caption for the response button
* @param config Time before notification disappears after being shown or MatSnackBarConfig object
@@ -67,6 +69,7 @@ export class NotificationService {
/**
* Rase error message
*
* @param message Text message or translation key for the message.
* @param action Action name
* @param interpolateArgs The interpolation parameters to add for the translation
@@ -77,6 +80,7 @@ export class NotificationService {
/**
* Rase info message
*
* @param message Text message or translation key for the message.
* @param action Action name
* @param interpolateArgs The interpolation parameters to add for the translation
@@ -87,6 +91,7 @@ export class NotificationService {
/**
* Rase warning message
*
* @param message Text message or translation key for the message.
* @param action Action name
* @param interpolateArgs The interpolation parameters to add for the translation
@@ -104,6 +109,7 @@ export class NotificationService {
/**
* Push new notification to Notification History
*
* @param notification - Notification model to be pushed.
*/
pushToNotificationHistory(notification: NotificationModel) {