Delete a param int the fragment of the location's URI.
Parameters
key: string
Param key.
Returns void
deleteParam
deleteParam(key: string): void
Delete a param in the location's URI.
Parameters
key: string
Param key.
Returns void
getFragmentParam
getFragmentParam(key: string): string
Get a param from the fragment of the location's URI.
Returns
Param value.
Parameters
key: string
Param key.
Returns string
getFragmentParamAsInt
getFragmentParamAsInt(key: string): number
Get a param from the fragment of the location's URI as integer. If the entry
does not exist, or if the value can not be parsed as integer, undefined is returned.
Returns
Param value.
Parameters
key: string
Param key.
Returns number
getFragmentParamKeys
getFragmentParamKeys(): string[]
Get an array with all existing param's keys from the fragment of the location's URI.
Delete a param int the fragment of the location's URI.