-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular Build getting failed for v2.20.0 #166
Comments
@pravinerande did you get a fix for this? I'm facing the same error. |
@CSantosM can you take a look please? |
What tutorial are you building? |
I am facing same issue. I am trying to run openvidu-library-angular. 22 export declare class MatBadge extends _MatBadgeBase implements OnDestroy, OnChanges, CanDisable { node_modules/openvidu-angular/node_modules/@angular/material/core/common-behaviors/disabled.d.ts:12:5 Error: node_modules/openvidu-angular/node_modules/@angular/material/button/button.d.ts:21:22 - error TS2420: Class 'MatButton' incorrectly implements interface 'CanColor'. 21 export declare class MatButton extends _MatButtonBase implements AfterViewInit, OnDestroy, CanDisable, CanColor, CanDisableRipple, FocusableOption { Error: node_modules/openvidu-angular/node_modules/@angular/material/button/button.d.ts:21:22 - error TS2420: Class 'MatButton' incorrectly implements interface 'CanDisable'. 21 export declare class MatButton extends _MatButtonBase implements AfterViewInit, OnDestroy, CanDisable, CanColor, CanDisableRipple, FocusableOption { |
Same issue here, did you get a fix for this? |
The text was updated successfully, but these errors were encountered: