UNPKG

@spartacus/storefront

Version:

Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.

14 lines (13 loc) 613 B
import { ActiveCartService } from '@spartacus/core'; import { Observable } from 'rxjs'; import { ICON_TYPE } from '../../misc/icon/icon.model'; import * as i0 from "@angular/core"; export declare class MiniCartComponent { protected activeCartService: ActiveCartService; iconTypes: typeof ICON_TYPE; quantity$: Observable<number>; total$: Observable<string>; constructor(activeCartService: ActiveCartService); static ɵfac: i0.ɵɵFactoryDeclaration<MiniCartComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MiniCartComponent, "cx-mini-cart", never, {}, {}, never, never>; }