1-Edited New Event page. 2-Changed Gabinete-Digital workkflow. 3-Changed App Name. Added Expediente View

This commit is contained in:
Tiago Kayaya
2020-08-19 23:47:11 +01:00
parent d8a6f73878
commit ffa9ecd1fe
19 changed files with 389 additions and 201 deletions
-1
View File
@@ -38,7 +38,6 @@ timeDate = this.today.getHours() + ":" + this.today.getMinutes();
this.segment = "combinada";
this.showGreeting();
/* Call Get events method */
this.events = this.eventService.getAllEvents();
this.eventsList = this.eventService.allEvents();/* .subscribe(prods=>console.log(prods)); */
}