Skip to content

Instantly share code, notes, and snippets.

@adrianfaciu
Created July 30, 2018 16:57
Embed
What would you like to do?
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