Skip to content

Instantly share code, notes, and snippets.

@IAfanasov
Created August 31, 2020 08:01
Embed
What would you like to do?
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