This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ni-analytics-number [value]="value" | |
[fromValue]="100" [toValue]="1000" | |
[fontUnit]="'px'" [fromFontSize]="20" [toFontSize]="60" | |
[enableFontWeight]="true" | |
[enableBlinkEffect]="true"> | |
</ni-analytics-number> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, |