diff src/app/app.module.ts @ 3:b4a1e0a67389

Playing around with material2
author Lucas Thompson <dev@lucas.im>
date Wed, 26 Oct 2016 11:42:58 +0100
parents 44c99e3cb108
children 8d82412dfd50
line wrap: on
line diff
--- a/src/app/app.module.ts	Tue Oct 25 14:43:01 2016 +0100
+++ b/src/app/app.module.ts	Wed Oct 26 11:42:58 2016 +0100
@@ -6,6 +6,7 @@
 import { AppComponent } from './app.component';
 import { SimpleFormComponent } from './simple-form/simple-form.component';
 import {MailService} from "./mail.service";
+import {MaterialModule} from "@angular/material";
 
 @NgModule({
   declarations: [
@@ -15,7 +16,8 @@
   imports: [
     BrowserModule,
     FormsModule,
-    HttpModule
+    HttpModule,
+    MaterialModule.forRoot()
   ],
   providers: [
     MailService,