From 374f90b3ec09b867ece11d6fda03f757aa12da8d Mon Sep 17 00:00:00 2001 From: ewandor Date: Tue, 7 Mar 2023 14:26:05 +0100 Subject: [PATCH] Converting app compoenent ts to 4 spaces --- front/app/src/app/app.component.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/front/app/src/app/app.component.ts b/front/app/src/app/app.component.ts index 7b0f6728..f69f6271 100644 --- a/front/app/src/app/app.component.ts +++ b/front/app/src/app/app.component.ts @@ -1,10 +1,12 @@ import { Component } from '@angular/core'; @Component({ - selector: 'app-root', - templateUrl: './app.component.html', - styleUrls: ['./app.component.css'] + selector: 'app-root', + templateUrl: './app.component.html', + styleUrls: ['./app.component.css'] }) export class AppComponent { - title = 'app'; + title = 'Cooper, Hillman & Toshi'; + + constructor() {} }