angular - routerOnActivate ran but only current instruction returned -
i using angular beta.15, routeronactivate
ran but, previous instruction = null
export class idvcomponent implements onactivate { routeronactivate( curr: componentinstruction, prev: componentinstruction ) { console.log(arguments); // <- prev = null } }
i tried access component component not accessing directly
Comments
Post a Comment