Stop using multiple apiService instances

This commit is contained in:
Tom Bloor 2017-09-08 15:22:15 +01:00
parent 7d637e84e4
commit cf1980d768
8 changed files with 14 additions and 17 deletions

View file

@ -5,7 +5,6 @@ import { Router } from '@angular/router';
@Component({
selector: 'app-dashboard',
templateUrl: './full-layout.component.html',
providers: [ApiService]
})
export class FullLayoutComponent implements OnInit {
displayName: any;