UNPKG

@spartacus/storefront

Version:

Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.

10 lines (9 loc) 508 B
import { OnNavigateService } from './on-navigate.service'; import * as i0 from "@angular/core"; import * as i1 from "@angular/router"; export declare class AppRoutingModule { static ɵfac: i0.ɵɵFactoryDeclaration<AppRoutingModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<AppRoutingModule, never, [typeof i1.RouterModule], never>; static ɵinj: i0.ɵɵInjectorDeclaration<AppRoutingModule>; } export declare function onNavigateFactory(onNavigateService: OnNavigateService): () => void;