Skip to content

Error on http.d.ts #3740

@ericmartinezr

Description

@ericmartinezr

In the new typings files for http the following lines

  • type-alias RequestOptionsArgs;
  • type-alias ResponseOptionsArgs;

are throwing this error message

typings/angular2/http.d.ts(367,16): error TS1005: ';' expected.
typings/angular2/http.d.ts(374,16): error TS1005: ';' expected.

One solution is to comment/remove them.

The file is the one obtained doing

npm install angular2@2.0.0-alpha.35

See #3733
and https://gitter.im/angular/angular?at=55d4b40d1ba62e4a21fa68cc

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