3.0.0 • Published 6 months ago

ngx-bsn v3.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

NgxBsn

An Angular directive to validate Dutch BSN numbers.

See it in action here.

Installation

Install ngx-bsn using your favorite package manager.

Usage

import { BsnDirective } from 'ngx-bsn';

@Component({
  imports: [BsnDirective]
})
<input type="text" ngxBsn>
3.0.0

6 months ago

2.1.0

9 months ago

2.0.0

9 months ago

1.0.0

2 years ago