File

src/app/shared/models/type-description.ts

Index

Properties

Constructor

constructor(value: T, description: string)
Parameters :
Name Type Optional Description
value T
description string

Properties

Public description
description: string
Type : string
Public value
value: T
Type : T
export class TypeDescription<T> {
  constructor(public value: T, public description: string) {
  }
}

results matching ""

    No results matching ""