Add images, update services, fix routes

This commit is contained in:
Çetin
2025-01-03 17:20:47 +03:00
parent 09176b45eb
commit 012e4ba46f
139 changed files with 19373 additions and 154 deletions

View File

@@ -237,7 +237,7 @@ import { Product, ProductService } from '@/src/service/product.service';
</p-dialog>
</div>
`,
providers: [MessageService]
providers: [MessageService, ProductService],
})
export class Crud implements OnInit {