UNPKG

ng-shopping-cart

Version:

An Angular component library to create shopping carts

6 lines (5 loc) 202 B
import { InjectionToken } from '@angular/core'; /** * An injection token to resolve the configuration of the cart service */ export declare const CART_SERVICE_CONFIGURATION: InjectionToken<any>;