create license management

This commit is contained in:
2026-04-06 13:31:30 +03:30
parent 44097fe1ac
commit de1a046485
46 changed files with 819 additions and 366 deletions
@@ -25,7 +25,6 @@ export class SearchInputComponent implements OnInit, OnDestroy {
}
onSearch(searchTerm: string) {
console.log('Search:', searchTerm);
this.search.emit(searchTerm);
}