Update uikit samples and bumped PrimeNG
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Component, OnInit, ViewChild, ElementRef } from '@angular/core';
|
||||
import { Customer, Representative } from 'src/app/demo/api/customer';
|
||||
import { CustomerService } from 'src/app/demo/service/customer.service';
|
||||
import { Product } from 'src/app/demo/api/product';
|
||||
import { ProductService } from 'src/app/demo/service/product.service';
|
||||
import { Table } from 'primeng/table';
|
||||
import { MessageService, ConfirmationService } from 'primeng/api';
|
||||
import { Customer, Representative } from 'src/app/demo/api/customer';
|
||||
import { Product } from 'src/app/demo/api/product';
|
||||
import { CustomerService } from 'src/app/demo/service/customer.service';
|
||||
import { ProductService } from 'src/app/demo/service/product.service';
|
||||
|
||||
interface expandedRows {
|
||||
[key: string]: boolean;
|
||||
@@ -134,4 +134,5 @@ export class TableDemoComponent implements OnInit {
|
||||
table.clear();
|
||||
this.filter.nativeElement.value = '';
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user