File

src/app/doctors/doctors.ts

Index

Properties

Properties

hospital
hospital: string
Type : string
id
id: number
Type : number
name
name: string
Type : string
place
place: string
Type : string
qualification
qualification: string
Type : string
year_of_experience
year_of_experience: number
Type : number
export class Doctors {
    id: number;
    name: string;
    place: string;
    qualification: string;
    hospital: string;
    year_of_experience: number;

}

results matching ""

    No results matching ""