Package Exports
- @satheshsat/angular-cpf
- @satheshsat/angular-cpf/package.json
Readme
CPF 
Install
npm install --save @satheshsat/angular-cpfUsage
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