From b109511a7c9e541e5d79becb80f3abb3385b3cbc Mon Sep 17 00:00:00 2001 From: ahmedabuamra Date: Mar 23 2019 14:42:22 +0000 Subject: Added Error Component and implemented it in Home page Signed-off-by: ahmedabuamra --- diff --git a/src/pages/home/home.ts b/src/pages/home/home.ts index e1c61cc..6b0aa7b 100644 --- a/src/pages/home/home.ts +++ b/src/pages/home/home.ts @@ -166,10 +166,6 @@ export class HomePage { }); } - functioncall(event) { - console.log('functioncall', event); - } - beautifyDateSocial = x => beautifyDate(x, 'social');