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

PopStateEvent

      
      interface PopStateEvent {
  pop?: boolean
  state?: any
  type?: string
  url?: string
}
    

Properties

Property Description
pop?: boolean
state?: any
type?: string
url?: string