Verified Commit 169b15be authored by Merzough Münker's avatar Merzough Münker
Browse files

fix: update package groups

parent 8b57a83e
Loading
Loading
Loading
Loading
+17 −4
Original line number Diff line number Diff line
# angular-utilities

This library was generated with [Nx](https://nx.dev).
[![npm version](https://img.shields.io/npm/v/@rxap/ngx-utilities?style=flat-square)](https://www.npmjs.com/package/@rxap/ngx-utilities)
[![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@rxap/ngx-utilities)
![npm](https://img.shields.io/npm/dm/@rxap/ngx-utilities)
![NPM](https://img.shields.io/npm/l/@rxap/ngx-utilities)

## Running unit tests
- [Installation](#installation)

Run `nx test angular-utilities` to execute the unit tests.
# Installation

**Add the package to your workspace:**
```bash
yarn add @rxap/ngx-utilities
```
**Install peer dependencies:**
```bash
yarn add @angular/common @angular/core 
```
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@
    "angular-tree",
    "angular-upload",
    "angular-user",
    "angular-utilities",
    "angular-window-system",
    "browser-tailwind",
    "browser-utilities",