some work on sessions

This commit is contained in:
simon987
2019-02-07 22:29:05 -05:00
parent 6ad42366ea
commit f577e76afa
31 changed files with 323 additions and 186 deletions

View File

@@ -12,7 +12,7 @@ import {Router} from "@angular/router";
})
export class CreateProjectComponent implements OnInit {
project = new Project();
project = <Project>{};
constructor(private apiService: ApiService,
private messengerService: MessengerService,