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:
@@ -1,6 +1,6 @@
|
||||
import { Component } from '@angular/core';
|
||||
@Component({
|
||||
selector: 'my-app',
|
||||
template: '<h1>My First Angular App</h1>'
|
||||
templateUrl: 'app/app.component.html'
|
||||
})
|
||||
export class AppComponent { }
|
||||
|
||||
Reference in New Issue
Block a user