Correct method name ($postLink)

`$postInit` should be `$postLink`
This commit is contained in:
Mickey
2016-06-25 02:26:37 +03:00
committed by GitHub
parent 421f98c654
commit de6643ff66

View File

@@ -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 {