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

https://github.com/man-es/ngx-tools

The MAN ngx-tools repository contains a collection of libraries is designed to elevate your Angular development experience.
https://github.com/man-es/ngx-tools

Last synced: 23 days ago
JSON representation

The MAN ngx-tools repository contains a collection of libraries is designed to elevate your Angular development experience.

Awesome Lists containing this project

README

        




MAN-ES NGX · Tools

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)]()
[![GitHub version](https://badge.fury.io/gh/man-es%2Fngx-tools.svg)]()
[![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()


# ngx-tools

Welcome to the `ngx-tools` repository! his comprehensive collection of libraries is designed to elevate your Angular development experience.

## Features

- **@man-es/ngx-chain-functional-guards**: An Angular guard that executes functional guards in a serial manner, waiting for each one to complete before proceeding to the next.

## Getting Started
### Prerequisites
This project has been setup with volta to manage the node version. If you don't have volta installed, please follow the instructions [here](https://docs.volta.sh/guide/getting-started) to install it.

```bash
# install Volta
curl https://get.volta.sh | bash

# install Node
volta install node

# start using Node
node
```

### Install dependencies
```bash
npm install
```

## Targets
### Test

Just run `npm run test` to test the project.

### Lint

Just run `npm run lint` to lint the project.

### Prettify

Just run `npm run prettier` to prettify the project.

### Ready to deploy?

Just run `npm run build` to build the library. The build artifacts will be stored in the `dist/` directory, ready to be deployed.

## Core Team

| Christian Taepper | Mark Oberholzer | Maximilian Köpf |
|-------------------------------------------------------------------------|-----------------------------------------------------------------------|--------------------------------------------------------------------------|
| ![Victor Savkin](https://avatars.githubusercontent.com/u/4319790?s=160) | ![Jason Jean](https://avatars.githubusercontent.com/u/64533830?s=160) | ![Maximilian Köpf](https://avatars.githubusercontent.com/u/958811?s=160) |
| [ctaepper](https://github.com/ctaepper) | [markoberholzer-es](https://github.com/markoberholzer-es) | [h3mpti](https://github.com/h3mpti) | |