https://github.com/thecodinghouse/ng2-location
An angular2 component for browser location.
https://github.com/thecodinghouse/ng2-location
Last synced: about 1 year ago
JSON representation
An angular2 component for browser location.
- Host: GitHub
- URL: https://github.com/thecodinghouse/ng2-location
- Owner: thecodinghouse
- License: mit
- Created: 2016-03-18T10:46:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T11:19:38.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T05:28:38.754Z (about 1 year ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular2 Geolocation
Angular2 component for fetching current Geolocation.
**ng2-location** aims to provide a quick and easy way to consume geolocation information made available by modern browsers in Angular2 apps.ng2-location goes one step further and stores the full-address, city-name, postal-code, latitude and longitude in the localstorage.
## How to use?
The repo contains the working example of location component located at src/app/component/ng2-location
Just download the repo start using the component.