Converting app compoenent ts to 4 spaces

This commit is contained in:
2023-03-07 14:26:05 +01:00
parent 3ecfb7fa3b
commit 374f90b3ec

View File

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