Skip to content

Commit

Permalink
docs: update readme about if validator
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Sep 15, 2023
1 parent 7e6cf2e commit 0b75c66
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 66 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,15 @@ nx generate ngxtension:init

<!-- UTILITIES:START -->

| name | link |
| ------------------------ | ------------------------------------------------------------ |
| `resize` | [README](./libs/ngxtension/resize/README.md) |
| `create-injection-token` | [README](./libs/ngxtension/create-injection-token/README.md) |
| `assert-injector` | [README](./libs/ngxtension/assert-injector/README.md) |
| `repeat` | [README](./libs/ngxtension/repeat/README.md) |
| `computed-from` | [README](./libs/ngxtension/computed-from/README.md) |
| `inject-destroy` | [README](./libs/ngxtension/inject-destroy/README.md) |
| `connect` | [README](./libs/ngxtension/connect/README.md) |
| `createEffect` | [README](./libs/ngxtension/create-effect/README.md) |
- [resize](https://ngxtension.netlify.app/utilities/resize)
- [create-injection-token](https://ngxtension.netlify.app/utilities/create-injection-token)
- [assert-injector](https://ngxtension.netlify.app/utilities/assert-injector)
- [repeat](https://ngxtension.netlify.app/utilities/repeat)
- [computed-from](https://ngxtension.netlify.app/utilities/computed-from)
- [inject-destroy](https://ngxtension.netlify.app/utilities/inject-destroy)
- [connect](https://ngxtension.netlify.app/utilities/connect)
- [create-effect](https://ngxtension.netlify.app/utilities/create-effect)
- [if-validator](https://ngxtension.netlify.app/utilities/if-validator)

<!-- UTILITIES:END -->

Expand Down
56 changes: 0 additions & 56 deletions tools/scripts/generate-ngxtension-readme.mjs

This file was deleted.

0 comments on commit 0b75c66

Please sign in to comment.