Skip to content

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

@qdouble

Description

@qdouble

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>[] .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions