UNPKG

@vendasta/store

Version:

Components and data for Store

14 lines (13 loc) 631 B
import { EventEmitter } from '@angular/core'; import { StoreItem } from './store-item'; import * as i0 from "@angular/core"; export declare class StoreComponent { items: StoreItem[]; showAllPrices: boolean; searchable: boolean; itemClicked: EventEmitter<StoreItem>; filterTerm: string; get filteredItems(): StoreItem[]; static ɵfac: i0.ɵɵFactoryDeclaration<StoreComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<StoreComponent, "app-store", never, { "items": "items"; "showAllPrices": "showAllPrices"; "searchable": "searchable"; }, { "itemClicked": "itemClicked"; }, never, never>; }