{{'products' | translate}}

#ID {{'name' | translate}} {{'categories' | translate}} {{'store' | translate}} {{'create-date' | translate}} {{'amount' | translate}} {{'state' | translate}}
{{product.id}} {{product.name}} {{product.categories |map:'name'|join:', '|truncate:45:'...'}} {{product.store.name }} {{product.createdAt|date:'dd/MMM/yyyy'}} {{product.price | currency:'$ ':2}} {{product.isActive ? 'Activo':'Inactivo'}}