@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.
8 lines (7 loc) • 366 B
TypeScript
import { Tree } from '@angular-devkit/schematics';
import { WorkspaceSchema } from '@schematics/angular/utility/workspace-models';
export declare function getWorkspace(host: Tree, files?: string[]): {
path: string;
workspaceConfig: WorkspaceSchema;
};
export declare function getAngularJsonFile(tree: Tree, possibleProjectFiles?: string[]): WorkspaceSchema;