refactor: add space between Component and class
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user