iptdevs-design-system
Version:
Library common elements into IPT Plattform.
14 lines (13 loc) • 613 B
TypeScript
import { HttpClient } from '@angular/common/http';
import { Observable } from 'rxjs';
import { GetStudentsByCourseRq } from '../../models/student/student.interface';
import { IPTGeneralService } from '../service-enviroments';
import * as i0 from "@angular/core";
export declare class StudentService extends IPTGeneralService {
private http;
private SERVICE_URL;
constructor(http: HttpClient);
getStudentsByCourse(params: GetStudentsByCourseRq): Observable<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<StudentService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<StudentService>;
}