Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created July 30, 2018 16:51
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 adrianfaciu/583a50845a7b8889b217c4428e7daa19 to your computer and use it in GitHub Desktop.
Save adrianfaciu/583a50845a7b8889b217c4428e7daa19 to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
selector: 'app-toast',
template: `
<div>This is a toast message</div>
`
})
export class ToastComponent { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment