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,6 +1,7 @@
|
|||
import {Component, inject} from '@angular/core';
|
||||
import {ShowsApiService} from '../../services/shows/shows-api.service';
|
||||
import {Show, ShowsApiResponse} from '../../shows-api';
|
||||
import {Show} from '../../interfaces/show';
|
||||
import {ShowsApiResponse} from '../../interfaces/shows-api-response';
|
||||
|
||||
@Component({
|
||||
selector: 'app-shows',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue