import { NgModule } from '@angular/core' | |
import { ToastComponent } from './toast.component'; | |
@NgModule({ | |
declarations: [ToastComponent], | |
entryComponents: [ToastComponent] | |
}) | |
export class ToastModule { } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment