File

src/app/appointments/appointments.service.ts

Constructor

constructor(http: Http)
Parameters :
Name Type Optional Description
http Http
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) {}
}

results matching ""

    No results matching ""