Attendees funcionality.

This commit is contained in:
Paulo Pinto
2020-08-26 09:42:16 +01:00
parent fcbdcab219
commit 9ba1802bed
10 changed files with 116 additions and 56 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export class EventsService {
authheader = {};
loggeduser: User;
headers: HttpHeaders;
public loadedEvent: Event;
lastloadedevent: Event;
constructor(private http: HttpClient, user: AuthService) {
this.loggeduser = user.ValidatedUser;