0.0.5 • Published 3 years ago

@satheshsat/angular-cpf v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago