Interfaces: create and split shows-api.ts
This commit is contained in:
parent
0a6fda1512
commit
22cc1dcc01
4 changed files with 10 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import {inject, Injectable} from '@angular/core';
|
||||
import {HttpClient} from '@angular/common/http';
|
||||
import {Observable} from 'rxjs';
|
||||
import {ShowsApiResponse} from '../../shows-api';
|
||||
import {ShowsApiResponse} from '../../interfaces/shows-api-response';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue