ng-mat-forms
  • Introduction
  • Installing
  • Getting Started
  • Attributes
    • Options
      • column
      • errorMsgOnSubmit
      • floatLabel
      • color
      • appearance
    • Fields
      • type
      • label
      • formControlName
      • directive
      • placeholder
      • regex
      • defaultValue
      • validators
      • list
      • disable
      • labelShow
      • minDate
      • maxDate
      • changeEvents
      • blurEvents
      • maxLength
      • minLength
      • getListFromApi
      • api
      • loadDepenentSelectOnChange
      • errorMessage
  • Callbacks
    • formFieldsChange
    • formChange
    • formSubmit
  • Apis
    • setControlValue
    • setFormValue
    • setControlDisable
    • setControlEnable
    • setValidator
    • removeValidator
Powered by GitBook
On this page
  • Description
  • Hint:

Was this helpful?

  1. Attributes
  2. Fields

getListFromApi

PreviousminLengthNextapi

Last updated 5 years ago

Was this helpful?

Description

This value helps to get the list for the select field from the http service.if this flag is set to be true with the help of the property the field loaded with the http service.

Hint:

  • Type: NgMatSelectListFromUrl

  • Property of NgMatFormField

api