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