refactor: add space between Component and class

This commit is contained in:
2024-05-26 23:42:09 +03:00
parent a1c6e2fa35
commit 2642a00565
5 changed files with 5 additions and 2 deletions

View File

@ -9,9 +9,9 @@ import {NgStyle} from "@angular/common";
MatProgressSpinner,
NgStyle
],
templateUrl: './data-spinner.component.html',
styleUrl: './data-spinner.component.css'
templateUrl: './data-spinner.component.html'
})
export class DataSpinnerComponent {
@Input() color: string = "accent";
@Input() scale: number = 50;