Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INgModelOptions

Hierarchy

  • INgModelOptions

Index

Properties

Optional allowInvalid

allowInvalid: boolean

Optional debounce

debounce: number | {}

Optional getterSetter

getterSetter: boolean

Optional timeSecondsFormat

timeSecondsFormat: string

Defines if the time and datetime-local types should show seconds and milliseconds. The option follows the format string of date filter. By default, the options is undefined which is equal to 'ss.sss' (seconds and milliseconds)

Optional timeStripZeroSeconds

timeStripZeroSeconds: boolean

Defines if the time and datetime-local types should strip the seconds and milliseconds from the formatted value if they are zero. This option is applied after timeSecondsFormat

Optional timezone

timezone: string

Optional updateOn

updateOn: string

Generated using TypeDoc