Update folder structure and refactor
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import {Component, OnInit, ViewChild, ChangeDetectorRef, ElementRef} from '@angular/core';
|
||||
import {Customer, Representative} from '../../api/customer';
|
||||
import {CustomerService} from '../../service/customerservice';
|
||||
import {Product} from '../../api/product';
|
||||
import {ProductService} from '../../service/productservice';
|
||||
import {Table} from 'primeng/table';
|
||||
import { Component, OnInit, ViewChild, ChangeDetectorRef, ElementRef } from '@angular/core';
|
||||
import { Customer, Representative } from '../../api/customer';
|
||||
import { CustomerService } from '../../service/customerservice';
|
||||
import { Product } from '../../api/product';
|
||||
import { ProductService } from '../../service/productservice';
|
||||
import { Table } from 'primeng/table';
|
||||
import { MessageService, ConfirmationService } from 'primeng/api'
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user