@angular/common

LocationChangeEvent

interface

A serializable version of the event from onPopState or onHashChange

  
    interface LocationChangeEvent {  state: any;}}
  
  
Jump to details