Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public showNotice() {
TNSFancyAlert.showNotice(
"Notice",
`You've been officially notified that NativeScript is awesome.`,
"Yeah it is!"
);
}
showNotice(): void {
TNSFancyAlert.showNotice("Notice", "This year Christmas is december 25 & 26.", "Well duh!");
}