# Properties

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public readonly</strong> <a href="/pages/axyOCaYA3ZNCNCFu5va6"><strong>max!</strong></a>: <mark style="color:green;">Max</mark><br>The <code>max</code> read-only property is the maximum range of generic type variable <a href="/pages/txSrhbDBo4Fr6Q8vSQq8#maxextendsnumber"><code>Max</code></a> of a specified <a href="/pages/WZLUQpD9Ues7IGjhopYg"><code>Range</code></a> object.</p>                                                                                                                                                                                                               |
| <p><strong>public readonly</strong> <a href="/pages/UGBxh1tB0YNadfDcttUF"><strong>min!</strong></a>: <mark style="color:green;">Min;</mark><br>The <code>min</code> read-only property is the minimum range of generic type variable <a href="/pages/txSrhbDBo4Fr6Q8vSQq8#minextendsnumber"><code>Min</code></a> of a specified <a href="/pages/WZLUQpD9Ues7IGjhopYg"><code>Range</code></a> object.</p>                                                                                                                                                                                                              |
| <p><a href="/pages/qiERKAOFFufvxtIfBsvE"><strong>#maximum</strong></a>: <mark style="color:green;">Maximum</mark><<mark style="color:green;">Max</mark>><br>Private property of the <a href="/pages/FsmzzwAsU4wnhzR6Owkf"><code>Maximum</code></a> <a href="https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript">primitive wrapper object</a> with a primitive value from a given <a href="/pages/RwXpgUNNhW6AL5svgNSC#max-max"><code>max</code></a> of the <a href="/pages/WZLUQpD9Ues7IGjhopYg"><code>Range</code></a> constructor indicates the maximum range.</p> |
| <p><a href="/pages/bMuWz38V6I3JbVpV6sUE"><strong>#minimum</strong></a>: <mark style="color:green;">Minimum</mark><<mark style="color:green;">Min</mark>><br>Private property of the <a href="/pages/hVzjtjutjQy5nmHoH46a"><code>Minimum</code></a> <a href="https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript">primitive wrapper object</a> with a primitive value from a given <a href="/pages/RwXpgUNNhW6AL5svgNSC#min-min"><code>min</code></a> of the <a href="/pages/WZLUQpD9Ues7IGjhopYg"><code>Range</code></a> constructor indicates the minimum range.</p> |
| <p><a href="/pages/sTRvuDZPmWSQJCZj2IkE"><strong>#step</strong></a>: <mark style="color:green;">Step</mark><br>The private property of the generic type variable <a href="/pages/txSrhbDBo4Fr6Q8vSQq8#range-less-than-min-max-step-greater-than-2"><code>Step</code></a> indicates the range step.</p>                                                                                                                                                                                                                                                                                                                |
| <p><a href="/pages/9mgAFAcwZJAd3Km6iqZw"><strong>#value?</strong></a>: <mark style="color:green;">number</mark><br>The private property of the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number"><code>number</code></a> type indicates the range value.</p>                                                                                                                                                                                                                                                                                                          |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.angular-package.dev/range-1/range/properties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
