From 21ed0f3338b8dbf842550cc96407c1f5a963d03b Mon Sep 17 00:00:00 2001 From: Nick Leeman Date: Tue, 14 Jul 2020 13:38:26 +0200 Subject: [PATCH] update --- echo-mobile-app/echo/src/app/lights/lights.module.ts | 6 +++++- echo-mobile-app/echo/src/app/lights/lights.page.html | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/echo-mobile-app/echo/src/app/lights/lights.module.ts b/echo-mobile-app/echo/src/app/lights/lights.module.ts index 6390a31..77f1383 100644 --- a/echo-mobile-app/echo/src/app/lights/lights.module.ts +++ b/echo-mobile-app/echo/src/app/lights/lights.module.ts @@ -9,6 +9,8 @@ import { LightsPageRoutingModule } from './lights-routing.module'; import { LightsPage } from './lights.page'; import { ColorHueModule } from 'ngx-color/hue'; +import { ColorShadeModule } from 'ngx-color/shade'; +import { ColorGithubModule } from 'ngx-color/github'; @NgModule({ @@ -17,7 +19,9 @@ import { ColorHueModule } from 'ngx-color/hue'; FormsModule, IonicModule, LightsPageRoutingModule, - ColorHueModule + ColorHueModule, + ColorShadeModule, + ColorGithubModule ], declarations: [LightsPage] }) diff --git a/echo-mobile-app/echo/src/app/lights/lights.page.html b/echo-mobile-app/echo/src/app/lights/lights.page.html index dbeb9c7..aaa301a 100644 --- a/echo-mobile-app/echo/src/app/lights/lights.page.html +++ b/echo-mobile-app/echo/src/app/lights/lights.page.html @@ -61,6 +61,12 @@ + + + + + +