UNPKG
ng-2-us-states
Version:
latest (1.1.1)
1.1.1
1.0.0
Angular 2 service for retrieving States and Territories
bitbucket.org/bwellons/ng-2-us-states
ng-2-us-states
/
state.ts
4 lines
•
60 B
text/typescript
View Raw
1
2
3
4
export
class
State
{ name: string; abbreviation: string; }