We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
params
1 parent 148b16b commit 614bfb4Copy full SHA for 614bfb4
1 file changed
src/state/stateService.ts
@@ -500,7 +500,7 @@ export class StateService {
500
*
501
* @returns {string} compiled state url
502
*/
503
- href(stateOrName: StateOrName, params: RawParams, options?: HrefOptions): string {
+ href(stateOrName: StateOrName, params?: RawParams, options?: HrefOptions): string {
504
const defaultHrefOpts = {
505
lossy: true,
506
inherit: true,
0 commit comments