UNPKG

@aurigma/ng-storefront-api-client

Version:

Angular API Client for Storefront API service of Customer's Canvas web-to-print system.

7 lines (6 loc) 412 B
import { ModuleWithProviders } from '@angular/core'; import * as StorefrontApiClient from './storefront-api-client'; export declare function CreateApiClientConfiguration(token: string, apiUrl: string, apiKey?: string): StorefrontApiClient.ApiClientConfiguration; export declare class StorefrontModule { static forRoot(token: string, apiUrl: string, apiKey?: string): ModuleWithProviders<StorefrontModule>; }