File

src/app/employee.ts

Index

Properties

Properties

branch
branch: string
Type : string
company
company: string
Type : string
departmentid
departmentid: number
Type : number
departmentname
departmentname: string
Type : string
email
email: string
Type : string
id
id: number
Type : number
name
name: string
Type : string
export class Employee{
    id: number;
    name: string;
    departmentid: number;
    departmentname: string;
    branch: string;
    company: string;
    email: string;

    }

results matching ""

    No results matching ""