mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
import { Component } from '@angular/core';
|
|
@Component({
|
|
selector: 'my-app',
|
|
templateUrl: 'app/app.component.html'
|
|
})
|
|
export class AppComponent { }
|