Move angular services to separate directory

This commit is contained in:
Kristóf Tóth
2018-02-20 16:54:41 +01:00
parent fd5e557960
commit 5f124f5b8a
10 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
import { MarkdownService } from '../markdown.service';
import { WebSocketService } from '../websocket.service';
import { MarkdownService } from '../services/markdown.service';
import { WebSocketService } from '../services/websocket.service';
import { Message } from './message';