Basic

Retry

img[wpxRetry]
  • @Input() wpxRetryCount: number number of retries, default 5 times

  • @Input() wpxDelay: number interval, default 5000 ms

Form Submit

Determine the validation state and update the state of all controls (including tree structures) of the form

form[wpxSubmit]
  • @Output() readonly wpxSubmit: EventEmitter<any> submit event

Unified Upload

Load the upload configuration obtained by remote asynchronization

nz-upload[wpxUpload]
  • @Input() wpxExt?: string file extension suffix

Predefined Pipes

Empty

  • value unknown

  • Return boolean

Split

  • value string

  • separator string

  • Return string

Join

  • value string[]

  • separator string

  • Return string

JSON conversion object

  • value string JSON string

  • Return object

Sort

  • value any[]

  • field string

  • sort 1 | -1 Asc or Desc, default Asc 1

Blank Filling

  • value any

  • replace string replace characters, default -

Generate Assets url

  • value string[] URL fragments

  • query string Query parameters, e.g. object handling for OSS or COS

  • css boolean a style

Last updated

Was this helpful?