@satheshsat/angular-cpf
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

CPF

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

Readme

Keywords

Package Sidebar

Install

npm i @satheshsat/angular-cpf

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

37.8 kB

Total Files

16

Last publish

Collaborators

  • satheshsat