JSPM

angular-percent

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q23001F
  • License MIT

Angular filter for converting decimal proportions to percent strings

Package Exports

  • angular-percent

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-percent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

angular-percent Build Status

Angular filter for converting decimal proportions to percent strings

Install

$ npm install --save angular-percent

Usage

angular.module('myApp', [
  require('angular-percent')
])
{{0.1 | percent}}
<!-- 10% -->

License

MIT © Ben Drucker