refactor: update to Angular 13

This commit is contained in:
Rainer Killinger
2022-03-23 12:57:16 +01:00
parent 7b491ed3bb
commit dac2f5656a
20 changed files with 2723 additions and 6726 deletions

View File

@@ -105,7 +105,7 @@ export class CatalogComponent implements OnInit, OnDestroy {
}).compare(a.name, b.name);
});
} catch (error) {
this.logger.error(error.message);
this.logger.error((error as Error).message);
return;
}
}