Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 26, 2020 23:22
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 parzibyte/3e361a2347529cf163ebf2ea54ae8135 to your computer and use it in GitHub Desktop.
Save parzibyte/3e361a2347529cf163ebf2ea54ae8135 to your computer and use it in GitHub Desktop.
@NgModule({
declarations: [
//...
],
imports: [
//...
MatSnackBarModule, // <-- Aquí
//...,
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment