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,5 +1,5 @@
import { AfterViewInit, Component, ElementRef, OnDestroy, OnInit, ViewChild } from '@angular/core';
import { TerminadoService } from '../terminado.service';
import { TerminadoService } from '../services/terminado.service';
@Component({