View ni-analytics-number.range.example.html
<ni-analytics-number [value]="value" | |
[fromValue]="100" [toValue]="1000" | |
[fontUnit]="'px'" [fromFontSize]="20" [toFontSize]="60" | |
[enableFontWeight]="true" | |
[enableBlinkEffect]="true"> | |
</ni-analytics-number> |
View us-state-abbreviations-postal-codes.json
[ | |
{ "state":"Alabama", "abbreviation":"Ala.", "postalCode":"AL" }, | |
{ "state":"Alaska", "abbreviation":"Alaska", "postalCode":"AK" }, | |
{ "state":"American Samoa", "abbreviation":undefined, "postalCode":"AS" }, | |
{ "state":"Arizona", "abbreviation":"Ariz.", "postalCode":"AZ" }, | |
{ "state":"Arkansas", "abbreviation":"Ark.", "postalCode":"AR" }, | |
{ "state":"California", "abbreviation":"Calif.", "postalCode":"CA" }, | |
{ "state":"Colorado", "abbreviation":"Colo.", "postalCode":"CO" }, | |
{ "state":"Connecticut", "abbreviation":"Conn.", "postalCode":"CT" }, | |
{ "state":"Delaware", "abbreviation":"Del.", "postalCode":"DE" }, |
View posts.json
{ | |
"posts": [ | |
{ | |
"userId": 1, | |
"id": 1, | |
"title": "sunt aut facere repellat provident occaecati excepturi optio reprehenderit", | |
"body": "quia et suscipit\nsuscipit recusandae consequuntur expedita et cum\nreprehenderit molestiae ut ut quas totam\nnostrum rerum est autem sunt rem eveniet architecto" | |
}, | |
{ | |
"userId": 1, |