Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active November 9, 2019 01:12
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/f4c5e9bf291b6c8620c2b0172f96f20d to your computer and use it in GitHub Desktop.
Save parzibyte/f4c5e9bf291b6c8620c2b0172f96f20d to your computer and use it in GitHub Desktop.
@NgModule({
imports: [
BrowserModule,
FormsModule,
MatDialogModule, // <--- Aquí
BrowserAnimationsModule, // <--- Aquí
MatButtonModule, // <--- Aquí
],
declarations: [
AppComponent,
HelloComponent,
DialogoConfirmacionComponent,// <--- Aquí
],
bootstrap: [AppComponent],
entryComponents: [
DialogoConfirmacionComponent// <--- Aquí
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment