frontend/src/app/components/category-card/category-card.component.ts
import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-category-card', templateUrl: './category-card.component.html', styleUrls: ['./category-card.component.scss']})Similar blocks of code found in 3 locations. Consider refactoring.export class CategoryCardComponent implements OnInit { constructor() { } ngOnInit() { } }