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

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -