Modifier Category Working
This commit is contained in:
@ -13,8 +13,8 @@ import { ActivatedRoute, Router } from '@angular/router';
|
||||
import moment from 'moment';
|
||||
|
||||
import { MenuCategory } from '../../core/menu-category';
|
||||
import { StockKeepingUnit as Product } from '../../core/stock-keeping-unit';
|
||||
import { SaleCategory } from '../../core/sale-category';
|
||||
import { StockKeepingUnit as Product } from '../../core/stock-keeping-unit';
|
||||
import { ConfirmDialogComponent } from '../../shared/confirm-dialog/confirm-dialog.component';
|
||||
import { TemporalProductService } from '../temporal-product.service';
|
||||
|
||||
|
||||
@ -3,8 +3,8 @@ import { merge, Observable } from 'rxjs';
|
||||
import { map, tap } from 'rxjs/operators';
|
||||
|
||||
import { MenuCategory } from '../../core/menu-category';
|
||||
import { StockKeepingUnit as Product } from '../../core/stock-keeping-unit';
|
||||
import { SaleCategory } from '../../core/sale-category';
|
||||
import { StockKeepingUnit as Product } from '../../core/stock-keeping-unit';
|
||||
|
||||
export class TemporalProductListDatasource extends DataSource<Product> {
|
||||
public data: Product[][];
|
||||
|
||||
@ -12,8 +12,8 @@ import { BehaviorSubject, Observable } from 'rxjs';
|
||||
import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
|
||||
|
||||
import { MenuCategory } from '../../core/menu-category';
|
||||
import { StockKeepingUnit as Product } from '../../core/stock-keeping-unit';
|
||||
import { SaleCategory } from '../../core/sale-category';
|
||||
import { StockKeepingUnit as Product } from '../../core/stock-keeping-unit';
|
||||
import { TemporalProductListDatasource } from './temporal-product-list-datasource';
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user