mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
9 lines
154 B
TypeScript
9 lines
154 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'home',
|
|
templateUrl: './home.component.html'
|
|
})
|
|
export class HomeComponent {
|
|
}
|