custom-angular-validations

AplicaciΓ³n contruida en angular y ionic que permite generar validaciones custom

Stars
0
Committers
2

πŸ”— Quick Links


πŸ“ Overview

overview


πŸ“¦ Features

features


πŸ“‚ Repository Structure

└── custom-angular-validations/
    β”œβ”€β”€ README.md
    β”œβ”€β”€ angular.json
    β”œβ”€β”€ package-lock.json
    β”œβ”€β”€ package.json
    β”œβ”€β”€ projects
    β”‚   └── ngx-validations
    β”‚       β”œβ”€β”€ README.md
    β”‚       β”œβ”€β”€ ng-package.json
    β”‚       β”œβ”€β”€ package.json
    β”‚       β”œβ”€β”€ src
    β”‚       β”‚   β”œβ”€β”€ assets
    β”‚       β”‚   β”‚   └── validations.json
    β”‚       β”‚   β”œβ”€β”€ lib
    β”‚       β”‚   β”‚   β”œβ”€β”€ ngx-validations.service.spec.ts
    β”‚       β”‚   β”‚   └── ngx-validations.service.ts
    β”‚       β”‚   └── public-api.ts
    β”‚       β”œβ”€β”€ tsconfig.lib.json
    β”‚       β”œβ”€β”€ tsconfig.lib.prod.json
    β”‚       └── tsconfig.spec.json
    └── tsconfig.json

🧩 Modules

File Summary
tsconfig.json tsconfig.json
angular.json angular.json
package.json package.json
package-lock.json package-lock.json
File Summary
ng-package.json projects/ngx-validations/ng-package.json
tsconfig.lib.json projects/ngx-validations/tsconfig.lib.json
tsconfig.lib.prod.json projects/ngx-validations/tsconfig.lib.prod.json
tsconfig.spec.json projects/ngx-validations/tsconfig.spec.json
package.json projects/ngx-validations/package.json
File Summary
public-api.ts projects/ngx-validations/src/public-api.ts
File Summary
ngx-validations.service.ts projects/ngx-validations/src/lib/ngx-validations.service.ts
ngx-validations.service.spec.ts projects/ngx-validations/src/lib/ngx-validations.service.spec.ts

πŸš€ Getting Started

Requirements

Ensure you have the following dependencies installed on your system:

  • JSON: version x.y.z

βš™οΈ Installation

  1. Clone the custom-angular-validations repository:
git clone https://github.com/OsmanJimenez/custom-angular-validations
  1. Change to the project directory:
cd custom-angular-validations
  1. Install the dependencies:
> INSERT-INSTALL-COMMANDS

πŸ€– Running custom-angular-validations

Use the following command to run custom-angular-validations:

> INSERT-RUN-COMMANDS

πŸ§ͺ Tests

To execute tests, run:

> INSERT-TEST-COMMANDS

πŸ›  Project Roadmap

  • β–Ί INSERT-TASK-1
  • β–Ί INSERT-TASK-2
  • β–Ί ...

🀝 Contributing

Contributions are welcome! Here are several ways you can contribute:

  1. Fork the Repository: Start by forking the project repository to your GitHub account.

  2. Clone Locally: Clone the forked repository to your local machine using a Git client.

    git clone https://github.com/OsmanJimenez/custom-angular-validations
    
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.

    git checkout -b new-feature-x
    
  4. Make Your Changes: Develop and test your changes locally.

  5. Commit Your Changes: Commit with a clear message describing your updates.

    git commit -m 'Implemented new feature x.'
    
  6. Push to GitHub: Push the changes to your forked repository.

    git push origin new-feature-x
    
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.

Once your PR is reviewed and approved, it will be merged into the main branch.


πŸ“„ License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


πŸ‘ Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

Return