Help Angular by taking a 1 minute survey!Go to surveyHome

LocationChangeEvent

A serializable version of the event from onPopState or onHashChange

      
      interface LocationChangeEvent {
  type: string
  state: any
}
    

Properties

Property Description
type: string
state: any