From 46ca57d5f64bafb642017b50c2fba85e38ca2289 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 20 Jul 2018 10:05:49 +0800 Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/screen_demo2 --- src/app/routes/statistics/calendar/calendar.component.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/app/routes/statistics/calendar/calendar.component.ts b/src/app/routes/statistics/calendar/calendar.component.ts index c7fc7c6..526fa2c 100644 --- a/src/app/routes/statistics/calendar/calendar.component.ts +++ b/src/app/routes/statistics/calendar/calendar.component.ts @@ -28,4 +28,7 @@ ngOnDestroy(): void { } + calendarClick(event,day) { + console.log(day); + } } -- Gitblit v1.8.0