Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osmanjimenez/custom-angular-validations

AplicaciΓ³n contruida en angular y ionic que permite generar validaciones custom
https://github.com/osmanjimenez/custom-angular-validations

angular ionic typescript

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        





CUSTOM-ANGULAR-VALIDATIONS


license
last-commit
repo-top-language
repo-language-count



Developed with the software and tools below.



TypeScript
JSON



## πŸ”— Quick Links

> - [πŸ“ Overview](#-overview)
> - [πŸ“¦ Features](#-features)
> - [πŸ“‚ Repository Structure](#-repository-structure)
> - [🧩 Modules](#-modules)
> - [πŸš€ Getting Started](#-getting-started)
> - [βš™οΈ Installation](#️-installation)
> - [πŸ€– Running custom-angular-validations](#-running-custom-angular-validations)
> - [πŸ§ͺ Tests](#-tests)
> - [πŸ›  Project Roadmap](#-project-roadmap)
> - [🀝 Contributing](#-contributing)
> - [πŸ“„ License](#-license)
> - [πŸ‘ Acknowledgments](#-acknowledgments)

---

## πŸ“ Overview

`overview`

---

## πŸ“¦ Features

`features`

---

## πŸ“‚ Repository Structure

```sh
└── 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](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/tsconfig.json) | `tsconfig.json` |
| [angular.json](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/angular.json) | `angular.json` |
| [package.json](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/package.json) | `package.json` |
| [package-lock.json](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/package-lock.json) | `package-lock.json` |

projects.ngx-validations

| File | Summary |
| --- | --- |
| [ng-package.json](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/projects/ngx-validations/ng-package.json) | `projects/ngx-validations/ng-package.json` |
| [tsconfig.lib.json](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/projects/ngx-validations/tsconfig.lib.json) | `projects/ngx-validations/tsconfig.lib.json` |
| [tsconfig.lib.prod.json](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/projects/ngx-validations/tsconfig.lib.prod.json) | `projects/ngx-validations/tsconfig.lib.prod.json` |
| [tsconfig.spec.json](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/projects/ngx-validations/tsconfig.spec.json) | `projects/ngx-validations/tsconfig.spec.json` |
| [package.json](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/projects/ngx-validations/package.json) | `projects/ngx-validations/package.json` |

projects.ngx-validations.src

| File | Summary |
| --- | --- |
| [public-api.ts](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/projects/ngx-validations/src/public-api.ts) | `projects/ngx-validations/src/public-api.ts` |

projects.ngx-validations.src.lib

| File | Summary |
| --- | --- |
| [ngx-validations.service.ts](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/projects/ngx-validations/src/lib/ngx-validations.service.ts) | `projects/ngx-validations/src/lib/ngx-validations.service.ts` |
| [ngx-validations.service.spec.ts](https://github.com/OsmanJimenez/custom-angular-validations/blob/master/projects/ngx-validations/src/lib/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:

```sh
git clone https://github.com/OsmanJimenez/custom-angular-validations
```

2. Change to the project directory:

```sh
cd custom-angular-validations
```

3. Install the dependencies:

```sh
> INSERT-INSTALL-COMMANDS
```

### πŸ€– Running custom-angular-validations

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

```sh
> INSERT-RUN-COMMANDS
```

### πŸ§ͺ Tests

To execute tests, run:

```sh
> INSERT-TEST-COMMANDS
```

---

## πŸ›  Project Roadmap

- [X] `β–Ί INSERT-TASK-1`
- [ ] `β–Ί INSERT-TASK-2`
- [ ] `β–Ί ...`

---

## 🀝 Contributing

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

- **[Submit Pull Requests](https://github.com/OsmanJimenez/custom-angular-validations/blob/main/CONTRIBUTING.md)**: Review open PRs, and submit your own PRs.
- **[Join the Discussions](https://github.com/OsmanJimenez/custom-angular-validations/discussions)**: Share your insights, provide feedback, or ask questions.
- **[Report Issues](https://github.com/OsmanJimenez/custom-angular-validations/issues)**: Submit bugs found or log feature requests for Custom-angular-validations.

Contributing Guidelines

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.

```sh
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.

```sh
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.

```sh
git commit -m 'Implemented new feature x.'
```

6. **Push to GitHub**: Push the changes to your forked repository.

```sh
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](https://choosealicense.com/licenses) License. For more details, refer to the [LICENSE](https://choosealicense.com/licenses/) file.

---

## πŸ‘ Acknowledgments

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

[**Return**](#-quick-links)

---