On this page
LocationChangeEvent
interface
| npm Package | @angular/common | 
|---|---|
| Module | import { LocationChangeEvent } from '@angular/common'; | 
| Source | common/src/location/platform_location.ts | 
Interface Overview
interface LocationChangeEvent { 
  type: string
}Description
A serializable version of the event from onPopState or onHashChange
Members
type: string
  © 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v4.angular.io/api/common/LocationChangeEvent