6.0.6 • Published 1 year ago
@acpaas-ui/ngx-progress-bar v6.0.6
@acpaas-ui/ngx-progress-bar
This module provides a progress bar with a max value.
Usage
import { ProgressBarModule } from '@acpaas-ui/ngx-progress-bar';
Documentation
Visit our documentation site for full how-to docs and guidelines
Progress bar module
API
Name | Default value | Description |
---|---|---|
@Input() value: number; | 0 | The current value of the progress. |
@Input() max: number; | 0 | The value when the progress is completed. |
Example
import { ProgressBarModule } from '@acpaas-ui/ngx-progress-bar';
@NgModule({
imports: [
ProgressBarModule
]
});
export class AppModule {};
public uploadProgress = 20;
public maxValue = 100;
<aui-progress-bar [value]="uploadProgress" [max]="maxValue"></aui-progress-bar>
Contributing
Visit our Contribution Guidelines for more information on how to contribute.
6.0.6
1 year ago
6.0.5
1 year ago
6.0.3
2 years ago
6.0.2
2 years ago
6.0.4
2 years ago
6.0.0
2 years ago
6.0.0-beta.0
2 years ago
7.0.0-beta.1
2 years ago
5.0.0
4 years ago
4.6.1
4 years ago
4.6.0
5 years ago
4.0.0
5 years ago
4.0.0-rc.10
5 years ago
4.0.0-rc.9
5 years ago
4.0.0-rc.2
5 years ago
4.0.0-rc.7
5 years ago
4.0.0-rc.6
5 years ago
4.0.0-rc.8
5 years ago
4.0.0-rc.1
5 years ago