From 5e7b2167c1fc5e78911fcdfdf00c96fba5809705 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 27 Aug 2017 18:01:23 +0200 Subject: [PATCH] Update app component template to use Materialize. --- src/app.component.ts | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app.component.ts b/src/app.component.ts index 9d53703..3a021ec 100644 --- a/src/app.component.ts +++ b/src/app.component.ts @@ -6,13 +6,15 @@ import { Component } from '@angular/core'; selector: 'accountant', template: ` - - -
- + + + ` }) export class AppComponent { }