I am using a mat-table to list the content of the users chosen languages. They can also add new languages using dialog panel. After they added a language and...
I am trying to follow the docs on https://material.angular.io/components/component/dialog but I cannot understand why it has the below issue? I added the below on my component: @Component({ selector: 'dialog-result-example-dialog',...