Public API
@angular-package/range public API
Last updated
@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';GreaterThe Greater primitive wrapper object represents the primitive value of the number type greater than the given.
InequalityThe Inequality abstract primitive wrapper object represents the primitive value greater or less than the given.
LessThe Less primitive wrapper object represents the primitive value of number type less than the given.
MaximumThe Maximum primitive wrapper object extended by the Inequality abstract primitive wrapper object represents the maximum number greater or less than the given.
MinimumThe Minimum primitive wrapper object extended by the Inequality abstract primitive wrapper object represents the minimum number greater or less than the given.
NumberThe Number primitive wrapper object extended by the Inequality abstract primitive wrapper object represents the number greater or less than the given.
RangeThe Range object represents a range between a minimum and maximum.
Last updated