Aktualisierung der GroupOfUser-, User- und UserRep-Controller. Aktualisieren Sie Agular-Referenzen und entfernen Sie Konsolenprotokolle.

This commit is contained in:
Developer 02
2024-07-03 16:08:26 +02:00
parent 94c77211fc
commit 601c051ecc
21 changed files with 60 additions and 86 deletions

View File

@@ -184,4 +184,4 @@ if (environment.production) {
}
platformBrowserDynamic(providers).bootstrapModule(AppModule)
.catch(err => console.log(err));
.catch(err => {});