From cdd3e0ea0486cadff4f61bc380583b40b60554fd Mon Sep 17 00:00:00 2001 From: eleanor Date: Wed, 19 Sep 2018 16:58:03 -0400 Subject: [PATCH] add theme and hammerjs dependency --- src/main.ts | 2 ++ src/styles.css | 1 + 2 files changed, 3 insertions(+) diff --git a/src/main.ts b/src/main.ts index 91ec6da..a7ea96c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,6 +4,8 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; import { AppModule } from './app/app.module'; import { environment } from './environments/environment'; +import 'hammerjs'; + if (environment.production) { enableProdMode(); } diff --git a/src/styles.css b/src/styles.css index 90d4ee0..1927393 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1 +1,2 @@ /* You can add global styles to this file, and also import other style files */ +@import '~@angular/material/prebuilt-themes/indigo-pink.css';