mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 22:10:30 +00:00
update angular.d.ts
This commit is contained in:
@@ -250,6 +250,12 @@ httpFoo.then((x) => {
|
||||
x.toFixed();
|
||||
});
|
||||
|
||||
httpFoo.success((data, status, headers, config) => {
|
||||
var h = headers("test");
|
||||
h.charAt(0);
|
||||
var hs = headers();
|
||||
hs.concat(["test"]);
|
||||
});
|
||||
|
||||
function test_angular_forEach() {
|
||||
var values: { [key: string]: string } = { name: 'misko', gender: 'male' };
|
||||
|
||||
Reference in New Issue
Block a user