MaterialSpinnerComponent class

A circular spinner for an indeterminate amount of time following the Material Spec for Progress & Activity.

See www.google.com/design/spec/components/progress-activity.html.

To change the color of the spinner, change the border-color in CSS:

material-spinner {
  border-color: $mat-red;
}
Annotations
  • @Component(selector: 'material-spinner', templateUrl: 'material_spinner.html', styleUrls: ['material_spinner.scss.css'], changeDetection: ChangeDetectionStrategy.onPush)

Constructors

MaterialSpinnerComponent()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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