ionic-cpf
v1.0.0
Published
An ionic component of cpf.
Downloads
2
Maintainers
Readme
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:
.