mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
More fixes for 2.4. Not all for weak types:
2.4 also has been inference for generics, which finds more errors as well.
This commit is contained in:
4
types/angular/index.d.ts
vendored
4
types/angular/index.d.ts
vendored
@@ -1846,6 +1846,10 @@ declare namespace angular {
|
||||
* different in Angular 1 there is no direct mapping and care should be taken when upgrading.
|
||||
*/
|
||||
$postLink?(): void;
|
||||
|
||||
// IController implementations frequently do not implement any of its methods.
|
||||
// A string indexer indicates to TypeScript not to issue a weak type error in this case.
|
||||
[s: string]: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user