@satheshsat/angular-cpf
v0.0.5
Published
CPF generator and validator
Downloads
3
Readme
CPF
Install
npm install --save @satheshsat/angular-cpf
Usage
import { Injectable } from '@angular/core';
import CpfService from '@satheshsat/angular-cpf';
@Injectable({
providedIn: 'root'
})
export class ExampleService {
constructor(public cpf: CpfService) {
cpf.validate(cpf.generate());
}
}
License
MIT © satheshsat