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