You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using angular builds and getting: ERROR in node_modules/@angular2-material/button/button.d.ts (34,44): error TS2314: Generic type 'Type<T>' requires 1 type argument(s).
#996
Closed
qdouble opened this issue
Aug 11, 2016
· 3 comments
This error is due to the latest commit on the master when using angular builds: angular/angular@b96869a
On button.d.ts line 34
export declare const MD_BUTTON_DIRECTIVES: Type[];
needs to be changed to
Type<any>[]
.The text was updated successfully, but these errors were encountered: