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

0.0.4 • Public • Published

CNPJ

NPM JavaScript Style Guide

Install

npm install --save @satheshsat/angular-cnpj

Usage

import { Injectable } from '@angular/core';
import CnpjService from '@satheshsat/angular-cnpj';

@Injectable({
  providedIn: 'root'
})
export class ExampleService {

  constructor(public cnpj: CnpjService) {
    cnpj.validate(cnpj.generate());
  }
}

License

MIT © satheshsat

Package Sidebar

Install

npm i @satheshsat/angular-cnpj

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

40.2 kB

Total Files

16

Last publish

Collaborators

  • satheshsat