UNPKG

@valantic/spartacus-mock

Version:

This project offers you the possibility to mock the OCC Endpoints of your Composable Storefront (Spartacus). It uses the Mock Service Worker to mock the API calls.

6 lines (5 loc) 356 B
import { Rule } from '@angular-devkit/schematics'; import { NodeDependency } from '@schematics/angular/utility/dependencies'; export declare function addPackageJsonDependencies(dependencies: NodeDependency[], packageJson: any): Rule; export declare function enhanceAngularJsonAssets(): Rule; export declare function installPackageJsonDependencies(): Rule;