1.0.0 • Published 6 months ago

ngx-bsn v1.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>
1.0.0

6 months ago