A serializable version of the event from onPopState or onHashChange
API
interface LocationChangeEvent {
type: string;
state: any;
}
type
stringstate
anyA serializable version of the event from onPopState or onHashChange
interface LocationChangeEvent {
type: string;
state: any;
}
stringany
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/common/LocationChangeEvent