-
Notifications
You must be signed in to change notification settings - Fork 27k
Closed
Description
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
Labels
No labels