MaterialProgressComponent class

The progress bars are for situations where the percentage completed can be determined. They give users a quick sense of how much longer an operation will take.

Annotations
  • @Component(selector: 'material-progress', templateUrl: 'material_progress.html', styleUrls: ['material_progress.scss.css'], changeDetection: ChangeDetectionStrategy.onPush)

Constructors

MaterialProgressComponent(@Attribute('disable-fancy-animation') String? disableFancyAnimation, ChangeDetectorRef _changeDetector, HtmlElement _element)

Properties

activeAndSecondaryProgressValue String
no setter
activeProgress int
The current progress value.
getter/setter pair
ariaValue String
no setter
ariaValueNow String?
no setter
hashCode int
The hash code for this object.
no setterinherited
indeterminate bool
Boolean whether the progress bar is deterministic.
getter/setter pair
max int
The maximum progress value.
getter/setter pair
min int
The minimum progress value.
getter/setter pair
primary HtmlElement?
no getter
primaryTransform String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary HtmlElement?
no getter
secondaryProgress int
The "secondary" progress. Shows up behind the primary progress in a lighter color.
getter/setter pair
secondaryTransform String
no setter
useFallbackAnimation bool
Whether to use the fallback indeterminate animation.
no setter

Methods

ngAfterViewInit() → void
ngOnDestroy() → void
Executed before the directive is removed from the DOM and destroyed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited