PopStateEvent

From Get docs
< @angular/commonAngular/docs/8/api/common/popstateevent


PopStateEvent

interface

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

Properties

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


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/common/PopStateEvent