src/app/appointments/appointments.service.ts
constructor(http: Http)
|
||||||||
|
Parameters :
|
import { environment } from './../../environments/environment.prod';
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs/Observable';
import { Http } from '@angular/http';
@Injectable()
export class AppointmentsService {
constructor(private http: Http) {}
}