mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
create HomeComponent
This commit is contained in:
11
app/home/home.component.ts
Normal file
11
app/home/home.component.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'home',
|
||||
templateUrl: 'app/home/home.component.html'
|
||||
})
|
||||
export class HomeComponent implements OnInit {
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() { }
|
||||
}
|
||||
Reference in New Issue
Block a user