mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Correct method name ($postLink)
`$postInit` should be `$postLink`
This commit is contained in:
2
angularjs/angular.d.ts
vendored
2
angularjs/angular.d.ts
vendored
@@ -1755,7 +1755,7 @@ declare namespace angular {
|
||||
* analogous to the ngAfterViewInit and ngAfterContentInit hooks in Angular 2. Since the compilation process is rather
|
||||
* different in Angular 1 there is no direct mapping and care should be taken when upgrading.
|
||||
*/
|
||||
$postInit?(): void;
|
||||
$postLink?(): void;
|
||||
}
|
||||
|
||||
interface IChangesObject {
|
||||
|
||||
Reference in New Issue
Block a user