File

src/app/contacts/shared/group.model.ts

Index

Properties

Constructor

constructor(name: string, id?: number)
Parameters :
Name Type Optional Description
name string
id number true

Properties

Public id
id: number
Type : number
Public name
name: string
Type : string
export class Group {
  constructor(public name: string, public id?: number) {
  }
}

results matching ""

    No results matching ""