Created
July 30, 2018 16:51
-
-
Save adrianfaciu/583a50845a7b8889b217c4428e7daa19 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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