mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 02:55:11 +00:00
Move angular services to separate directory
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user