File

src/app/core/models/auth/company.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 Company {

  constructor(public name: string, public id?: number) {}

}

results matching ""

    No results matching ""