Options provided to Router.navigate.

interface NavigateOptions {
    isInterceptionBypassed?: boolean;
}

Properties

isInterceptionBypassed?: boolean

If true then route interception is bypassed during navigation.

false