ionic-cpf
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Ionic Cpf Component

It's an ionic component for cpf (individual registration for brazilians). This component, build an input with four parts according cpf format.

Getting started

To install, is necessary to run the command npm install --save ionic-cpf and then include the module in your app module:

...
@NgModule({
	imports: [
		BrowserModule,
		IonicCpfModule,
		FormsModule
	]
...

Now, you can call the component with the tag ionic-cpf:

<ionic-cpf [(ngModel)]="cpf"></ionic-cpf>

That will build:

Screen 01 Screen 02 .

Package Sidebar

Install

npm i ionic-cpf

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

85.3 kB

Total Files

17

Last publish

Collaborators

  • marcelorafael