UNPKG

@spartacus/storefront

Version:

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

13 lines (12 loc) 652 B
import { FeatureConfigService } from '@spartacus/core'; import { DirectionService } from './direction.service'; import * as i0 from "@angular/core"; export declare function initHtmlDirAttribute(directionService: DirectionService, featureConfigService: FeatureConfigService): () => void; /** * Provides a configuration and APP_INITIALIZER to add the correct (language drive) html direction. */ export declare class DirectionModule { static ɵfac: i0.ɵɵFactoryDeclaration<DirectionModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DirectionModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<DirectionModule>; }