# angular-location-decorator

> A $location decorator that modifies method path to log when it is used

Latest version **1.0.1** (published 2016-04-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install angular-location-decorator
pnpm add angular-location-decorator
yarn add angular-location-decorator
bun add angular-location-decorator
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-04-18 |
| First published | 2016-04-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Knorcedger |
| Maintainers | knorcedger |
| Keywords | $location, angular, debug, decorator |

## Links

- npm: https://www.npmjs.com/package/angular-location-decorator
- Repository: https://github.com/Knorcedger/angular-location-decorator
- Issues: https://github.com/Knorcedger/angular-location-decorator/issues
- npm.io page: https://npm.io/package/angular-location-decorator

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2016-04-18

## README

# angular-location-decorator [![Build Status](https://travis-ci.org/Knorcedger/angular-location-decorator.png?branch=master)](https://travis-ci.org/Knorcedger/angular-location-decorator)

A $location decorator that modifies method path to log when $location.path is used.  
Really useful to debug those pesky redirects that you don't know what causes them.  
Better when used with [Log Decorator](https://github.com/Knorcedger/angular-log-decorator)

## Installation

Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.

```sh
npm install angular-location-decorator --save
```

## Tests

```sh
npm install
npm test
```

## Dev Dependencies

- [eslint](https://github.com/eslint/eslint): An AST-based pattern checker for JavaScript.
- [eslint-config-google](https://github.com/google/eslint-config-google): ESLint shareable config for the Google style


## License

MIT

_Generated by [package-json-to-readme](https://github.com/zeke/package-json-to-readme)_

---
_Source: https://npm.io/package/angular-location-decorator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
