UNPKG

@spartacus/setup

Version:

Includes features that makes Spartacus and it's setup easier and streamlined.

8 lines (7 loc) 231 B
import { StaticProvider } from '@angular/core'; /** * Returns Spartacus providers to be passed to the Angular express engine (in SSR) * * @param options */ export declare function getServerRequestProviders(): StaticProvider[];