Loading packages/admin-web-angular/src/app/@shared/product/forms/products-table/products-table.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -46,11 +46,11 @@ export class ProductsTableComponent implements OnInit, OnDestroy { selectProducts$: EventEmitter<any> = new EventEmitter(); $subSlectProducts: Subscription; pagesChanges$: EventEmitter<number> = new EventEmitter(); @Input() perPage: number = 0; @Input() hiddenTableActions: boolean; @Input() boxShadow: string; Loading packages/admin-web-angular/src/app/@shared/render-component/product-categories/product-categories.ts +3 −3 Original line number Diff line number Diff line Loading @@ -10,8 +10,9 @@ import { ProductLocalesService } from '@modules/client.common.angular2/locale/pr } div img { width: 40px; height: 40px; width: 35px; height: 35px; border-radius: 50%; } `, ], Loading @@ -20,7 +21,6 @@ import { ProductLocalesService } from '@modules/client.common.angular2/locale/pr export class ProductCategoriesComponent implements ViewCell, OnInit { value: any; rowData: any; categoriesArr = []; constructor(private readonly _localeTranslate: ProductLocalesService) {} Loading Loading
packages/admin-web-angular/src/app/@shared/product/forms/products-table/products-table.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -46,11 +46,11 @@ export class ProductsTableComponent implements OnInit, OnDestroy { selectProducts$: EventEmitter<any> = new EventEmitter(); $subSlectProducts: Subscription; pagesChanges$: EventEmitter<number> = new EventEmitter(); @Input() perPage: number = 0; @Input() hiddenTableActions: boolean; @Input() boxShadow: string; Loading
packages/admin-web-angular/src/app/@shared/render-component/product-categories/product-categories.ts +3 −3 Original line number Diff line number Diff line Loading @@ -10,8 +10,9 @@ import { ProductLocalesService } from '@modules/client.common.angular2/locale/pr } div img { width: 40px; height: 40px; width: 35px; height: 35px; border-radius: 50%; } `, ], Loading @@ -20,7 +21,6 @@ import { ProductLocalesService } from '@modules/client.common.angular2/locale/pr export class ProductCategoriesComponent implements ViewCell, OnInit { value: any; rowData: any; categoriesArr = []; constructor(private readonly _localeTranslate: ProductLocalesService) {} Loading