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

1

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,
  ],
Posted by: Guest on July-24-2020

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

Code answers related to "TypeScript"

Browse Popular Code Answers by Language