Update folder structure and refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {Component, OnInit} from '@angular/core';
|
||||
import {Product} from '../../api/product';
|
||||
import {ProductService} from '../../service/productservice';
|
||||
import {ConfirmationService, MessageService} from 'primeng/api';
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { Product } from '../../api/product';
|
||||
import { ProductService } from '../../service/productservice';
|
||||
import { ConfirmationService, MessageService } from 'primeng/api';
|
||||
|
||||
@Component({
|
||||
templateUrl: './crud.component.html',
|
||||
|
||||
Reference in New Issue
Block a user