angular-iban
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "angular-iban", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Angular directives and pipes for IBAN", | ||
@@ -5,0 +5,0 @@ "author": "fundsaccess AG", |
@@ -114,3 +114,10 @@ # Angular-iban | ||
```html | ||
before | ||
<p>DE12500105170648489890</p> | ||
set pipe | ||
<p>{{ibanGermany | ibanFormatter}}</p> | ||
after | ||
<p>DE12 5001 0517 0648 4898 90</p> | ||
``` | ||
@@ -117,0 +124,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52832
133