Public API

@angular-package/range public API

Public features that can be imported.

import {
  // Abstract class.
  Inequality,
  // Class.
  Greater,
  Less,
  Maximum,
  Minimum,
  Number,
  Range
} from '@angular-package/range';

Greater

The Greater primitive wrapper objectarrow-up-right represents the primitive value of the numberarrow-up-right type greater than the given.

Inequality

The Inequality abstract primitive wrapper objectarrow-up-right represents the primitive value greater or less than the given.

Less

The Less primitive wrapper objectarrow-up-right represents the primitive value of numberarrow-up-right type less than the given.

Maximum

The Maximum primitive wrapper objectarrow-up-right extended by the Inequality abstract primitive wrapper objectarrow-up-right represents the maximum numberarrow-up-right greater or less than the given.

Minimum

The Minimum primitive wrapper objectarrow-up-right extended by the Inequality abstract primitive wrapper objectarrow-up-right represents the minimum numberarrow-up-right greater or less than the given.

Number

The Number primitive wrapper objectarrow-up-right extended by the Inequality abstract primitive wrapper objectarrow-up-right represents the numberarrow-up-right greater or less than the given.

Range

The Range object represents a range between a minimum and maximum.

Last updated

Was this helpful?