this.appRef.attachView is not a function

728 Views Asked by At

Im using @angular/core and @angular/common version 8.2.14; and @angular/cdk and @angular/material 8.2.3.

When i try using Angular material's mat-dialog i get this error:

TypeError: this.appRef.attachView is not a function.

The same error i get for Angular material's snackbar and bottom sheet as well.

I have searched a lot online about this error, and found that its because of version mismatch between angular and angular/cdk but it does'nt seem to be in my case. Any help/lead on this?

0

There are 0 best solutions below