0.0.5 • Published 2 years ago

@satheshsat/angular-cpf v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

CPF npm.io

NPM JavaScript Style Guide

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

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago