diff src/app/app.component.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 7e3ab6f8792f
line wrap: on
line diff
--- a/src/app/app.component.ts	Tue Oct 25 14:43:01 2016 +0100
+++ b/src/app/app.component.ts	Wed Oct 26 11:42:58 2016 +0100
@@ -7,7 +7,7 @@
   styleUrls: ['./app.component.css']
 })
 export class AppComponent {
-  title = 'app works!';
+  title = 'Ugly';
 
   constructor(
     private mail: MailService,