Finish edit capabilities and add adding capabilities

This commit is contained in:
2022-12-26 15:59:24 +01:00
parent 6dd89e4c69
commit 8ae121ca0c
9 changed files with 228 additions and 76 deletions
+4
View File
@@ -16,4 +16,8 @@ export class UtilsService {
static getPasswordFromLocalStorage(): string {
return localStorage.getItem('password') ?? '';
}
static getNameFromLocalStorage(): string {
return localStorage.getItem('name') ?? '';
}
}