File

projects/storefrontlib/router/config/on-navigate-config.ts

Index

Properties

Properties

Optional enableResetViewOnNavigate
Type : literal type
import { Injectable } from '@angular/core';
import { Config } from '@spartacus/core';

@Injectable({
  providedIn: 'root',
  useExisting: Config,
})
export abstract class OnNavigateConfig {
  enableResetViewOnNavigate?: {
    active?: boolean;
    ignoreQueryString?: boolean;
    ignoreRoutes?: string[];
  };
}

declare module '@spartacus/core' {
  interface Config extends OnNavigateConfig {}
}

result-matching ""

    No results matching ""