fix
This commit is contained in:
parent
26d70151e7
commit
cb77d76aa3
@ -46,7 +46,7 @@ export class EmployeeListComponent implements OnInit{
|
|||||||
private readonly deleteDialogue: MatDialog = inject(MatDialog);
|
private readonly deleteDialogue: MatDialog = inject(MatDialog);
|
||||||
|
|
||||||
private static readonly MAX_RETRIES = 3;
|
private static readonly MAX_RETRIES = 3;
|
||||||
public employees$: Observable<Employee[]>;
|
public employees$: Observable<Employee[]> = of([]);
|
||||||
public readonly displayedColumns: string[] = ['name', 'actions'];
|
public readonly displayedColumns: string[] = ['name', 'actions'];
|
||||||
|
|
||||||
public ngOnInit(): void {
|
public ngOnInit(): void {
|
||||||
|
Reference in New Issue
Block a user