add modal, refine table,refactor, fix lint

This commit is contained in:
FrancescoMolinaro
2024-01-05 12:54:35 +01:00
parent c434c06b04
commit 6254efa084
14 changed files with 188 additions and 143 deletions

View File

@@ -147,13 +147,6 @@ export class ObjectTableComponent {
this._objects$ = new BehaviorSubject(undefined);
}
/**
* Initialize the instance variables
*/
ngOnInit(): void {
console.log('table rendered');
}
/**
* Emits the current page when it changes
* @param event The new page
@@ -205,5 +198,4 @@ export class ObjectTableComponent {
goNext() {
this.next.emit(true);
}
}