Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active November 9, 2019 01:06
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/6d3f5604cf1749cf8c474ac4c692473f to your computer and use it in GitHub Desktop.
Save parzibyte/6d3f5604cf1749cf8c474ac4c692473f to your computer and use it in GitHub Desktop.
// Importar animaciones, los botones, el diálogo y el componente
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { MatDialogModule } from '@angular/material/dialog';
import { MatButtonModule } from '@angular/material/button';
import { DialogoConfirmacionComponent } from './dialogo-confirmacion/dialogo-confirmacion.component';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment