Interface IRouterOptions

interface IRouterOptions {
    guarded?: boolean;
}

Properties

Properties

guarded?: boolean