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

@@ -6,5 +6,7 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.css'] styleUrls: ['./app.component.css']
}) })
export class AppComponent { export class AppComponent {
title = 'app'; title = 'Cooper, Hillman & Toshi';
constructor() {}
} }