On this page
PopStateEvent
interface
npm Package | @angular/common |
---|---|
Module | import { PopStateEvent } from '@angular/common'; |
Source | common/src/location/location.ts |
Interface Overview
interface PopStateEvent {
pop?: boolean
type?: string
url?: string
}
Members
pop?: boolean
type?: string
url?: string
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/common/PopStateEvent