我正在使用Angular Beta.15,routerOnActivate
运行但是,之前的指令= null
export class IdvComponent implements OnActivate {
routerOnActivate(
curr: ComponentInstruction, prev: ComponentInstruction
) {
console.log(arguments); // <- prev = null
}
}
我尝试从其他组件访问此组件但不直接访问它