angular-location-decorator

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

Usage no npm install needed!

<script type="module">
  import angularLocationDecorator from 'https://cdn.skypack.dev/angular-location-decorator';
</script>

README

angular-location-decorator Build Status

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

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install angular-location-decorator --save

Tests

npm install
npm test

Dev Dependencies

License

MIT

Generated by package-json-to-readme