0
Q:

Can't bind to 'mat-dialog-close' since it isn't a known property of 'button'

import {MatDialogModule} from '@angular/material';

...

@NgModule({
  declarations: [
    ...
  ],
  imports: [
    ...
    MatDialogModule,
  ],
1

New to Communities?

Join the community