mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
move match details to its own component
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
import { FeedService } from '../shared/feed.service';
|
||||
import { FeedService } from '../shared/services/feed.service';
|
||||
import { Match } from '../shared/interfaces';
|
||||
import { DataService } from '../shared/data.service';
|
||||
import { DataService } from '../shared/services/data.service';
|
||||
import { ConnectionState } from '../shared/interfaces';
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user