JSPM

@satheshsat/angular-cpf

0.0.5
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 6
    • Score
      100M100P100Q43488F
    • License MIT

    CPF generator and validator

    Package Exports

    • @satheshsat/angular-cpf
    • @satheshsat/angular-cpf/package.json

    Readme

    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