routerOnActivate已运行但仅返回当前指令

时间:2016-07-28 10:06:08

标签: angular angular2-routing

我正在使用Angular Beta.15,routerOnActivate运行但是,之前的指令= null

export class IdvComponent implements OnActivate {
    routerOnActivate(
        curr: ComponentInstruction, prev: ComponentInstruction
    ) {
        console.log(arguments); // <- prev = null
    }
}

我尝试从其他组件访问此组件但不直接访问它

0 个答案:

没有答案