File

src/lib/pg-components/progress/progress.component.ts

Description

Component representing a progress bar.

Example of usage:

<mefdev-progress type="linear" color="blue" [thick]="true"></mefdev-progress>
<mefdev-progress type="circle" color="red" [indeterminate]="true"></mefdev-progress>

Metadata

Index

Properties
Inputs
Accessors

Constructor

constructor()

Inputs

color
Type : string

The color of the progress bar. Possible values: any valid CSS color value. Default value: none.

indeterminate
Type : boolean

Determines whether the progress bar is indeterminate. Default value: false.

thick
Type : boolean

Determines whether the progress bar is thick. Default value: false.

type
Type : string

The type of progress bar. Possible values: "linear" | "circle". Default value: "linear".

value
Type : number

The value of the progress bar. For the "circle" type, it should be a number between 0 and 100.

Properties

_value
Type : number
_value2
Type : any

Accessors

value
getvalue()
setvalue(value: number)

The value of the progress bar. For the "circle" type, it should be a number between 0 and 100.

Parameters :
Name Type Optional
value number No
Returns : void
value2
getvalue2()

Additional value property.

results matching ""

    No results matching ""