UNPKG
ng2-us-states
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
Angular service for retrieving States and Territories
bitbucket.org/bwellons/ng-2-us-states
ng2-us-states
/
dist
/
mocks
/
mock-states.d.ts
3 lines
(2 loc)
•
92 B
TypeScript
View Raw
1
2
3
import
{
IRegion
}
from
'./../definitions/iregion'
;
export
declare
const
STATES
:
IRegion
[];