UNPKG

@spartacus/storefront

Version:

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

8 lines (7 loc) 314 B
import { Provider } from '@angular/core'; import { LanguageService, WindowRef } from '@spartacus/core'; export declare const htmlLangProvider: Provider; /** * Sets active language in <html lang=""> */ export declare function setHtmlLangAttribute(winRef: WindowRef, languageService: LanguageService): () => void;