0.0.4 • Published 2 years ago

@satheshsat/angular-cnpj v0.0.4

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

CNPJ npm.io

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

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago