add theme and hammerjs dependency

This commit is contained in:
eleanor 2018-09-19 16:58:03 -04:00
parent df640a9452
commit cdd3e0ea04
2 changed files with 3 additions and 0 deletions

View File

@ -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();
}

View File

@ -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';