mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-15 17:46:30 +01:00
saving with admin and public base
This commit is contained in:
parent
06776d15c4
commit
dd1b2763d8
425 changed files with 21493 additions and 11663 deletions
9
src/app/admin/category/category-count.model.ts
Normal file
9
src/app/admin/category/category-count.model.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export class CategoryCount {
|
||||
Product?: number;
|
||||
SubCategory?: number;
|
||||
|
||||
constructor(){
|
||||
this.Product = 0;
|
||||
this.SubCategory = 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue