Remove header in activities component

Add Button in child (card)
Add my schedules
Add scheduler module
Plus clean up architecture and code
This commit is contained in:
2019-06-04 16:19:55 +09:00
parent b172d1b37c
commit 7e7bc572d8
18 changed files with 347 additions and 61 deletions

View File

@ -1,5 +1,3 @@
<app-header></app-header>
<h1> List of Activities</h1>
<div *ngFor="let activity of activities">
<h3>{{activity.data.name}}</h3>