This commit is contained in:
Paulo Pinto
2020-08-25 14:08:13 +01:00
parent 9c49fb63b7
commit b57a27e466
78 changed files with 204 additions and 1194 deletions
+1 -4
View File
@@ -15,10 +15,7 @@ export class EventsService {
authheader = {};
loggeduser: User;
headers: HttpHeaders;
<<<<<<< HEAD
=======
public loadedEvent: Event; //shared var
>>>>>>> pp
public loadedEvent: Event;
constructor(private http: HttpClient, user: AuthService) {
this.loggeduser = user.ValidatedUser;