[update]
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import {Component, ViewChild} from '@angular/core';
|
||||
import {MatPaginator} from '@angular/material/paginator';
|
||||
import {MatSort} from '@angular/material/sort';
|
||||
|
||||
import generateParamsValue from '../utils/GenerateParamsValue';
|
||||
|
||||
import {MatTableDataSource} from '@angular/material/table';
|
||||
import {IListPageDefault, IListResponse} from "../interface/ListResponse";
|
||||
import {CDialogConfig, IDialogConfig} from "../interface/Dialog";
|
||||
import { STORAGE } from "../../@config/app";
|
||||
|
||||
@Component({template: ''})
|
||||
export abstract class BaseListComponent {
|
||||
@@ -22,7 +19,6 @@ export abstract class BaseListComponent {
|
||||
totalItem: any = 0;
|
||||
totalOfElement: number = 10;
|
||||
isTab: string = '';
|
||||
storage: any = STORAGE;
|
||||
|
||||
|
||||
dialogConfig: IDialogConfig = CDialogConfig;
|
||||
|
||||
Reference in New Issue
Block a user