This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

LocationChangeEvent

A serializable version of the event from onPopState or onHashChange

      
      interface LocationChangeEvent {
  type: string
  state: any
}
    

Properties

Property Description
type: string
state: any