https://github.com/fabricadecodigo/angular-ngx-mask-example
An example of using ngx-mask
https://github.com/fabricadecodigo/angular-ngx-mask-example
angular ionic ngx-mask
Last synced: about 2 months ago
JSON representation
An example of using ngx-mask
- Host: GitHub
- URL: https://github.com/fabricadecodigo/angular-ngx-mask-example
- Owner: fabricadecodigo
- Created: 2021-01-12T10:03:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-13T11:44:59.000Z (over 5 years ago)
- Last Synced: 2025-07-04T21:45:00.959Z (11 months ago)
- Topics: angular, ionic, ngx-mask
- Language: TypeScript
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularNgxMaskExample
An example of using ngx-maks for masked inputs.
Works to Angular and Ionic.
# Run the project
- Download the project
- Install dependencies
```
npm install
```
- Run
```
ng serve
```