mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 10:08:57 +00:00
Make indentation consistent
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'home',
|
||||
template: require('./home.component.html')
|
||||
selector: 'home',
|
||||
template: require('./home.component.html')
|
||||
})
|
||||
export class HomeComponent {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user