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,6 +1,6 @@
import { Component, OnInit } from '@angular/core';
import { FeedService } from './shared/feed.service';
import { FeedService } from './shared/services/feed.service';
import { ConnectionState } from './shared/interfaces';
@Component({