File

src/app/shared/models/select-item.ts

Index

Properties

Constructor

constructor(text: string, id: number | string)
Parameters :
Name Type Optional Description
text string
id number | string

Properties

Public id
id: number | string
Type : number | string
Public text
text: string
Type : string
export class SelectItem {
  constructor(public text: string, public id: number | string) {
  }
}

results matching ""

    No results matching ""