move match details to its own component

This commit is contained in:
chsakell
2016-09-30 10:51:07 +03:00
parent d0690695b6
commit 63866a2746
9 changed files with 52 additions and 33 deletions

View File

@@ -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({