Improve local storage

This commit is contained in:
Peter Maquiran
2021-07-30 16:55:13 +01:00
parent 66e1863df9
commit 7c96aa9e8b
19 changed files with 260 additions and 210 deletions
+12
View File
@@ -0,0 +1,12 @@
import { Injectable } from '@angular/core';
@Injectable({
providedIn: 'root'
})
export class UserService {
constructor() { }
changeProfilePicture(){}
}