Skip to content

Instantly share code, notes, and snippets.

@IAfanasov
Created August 31, 2020 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IAfanasov/c8a67597c31730f5dc04b132b6e7f9ae to your computer and use it in GitHub Desktop.
Save IAfanasov/c8a67597c31730f5dc04b132b6e7f9ae to your computer and use it in GitHub Desktop.
the alert method.ts
showAlert(data: SomeDataType) {
const alertString = Utils.getAlertText(data);
alert(alertString);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment