https://github.com/seregpie/ngx-craft
Everything to make your work with Angular easier.
https://github.com/seregpie/ngx-craft
angular
Last synced: 8 months ago
JSON representation
Everything to make your work with Angular easier.
- Host: GitHub
- URL: https://github.com/seregpie/ngx-craft
- Owner: SeregPie
- License: mit
- Created: 2024-04-11T20:21:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T14:16:04.000Z (over 1 year ago)
- Last Synced: 2024-11-30T17:03:11.294Z (over 1 year ago)
- Topics: angular
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ngx-craft
- Size: 173 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngx-craft
Everything to make your work with Angular easier.
## Setup
```sh
npm i ngx-craft
```
---
```ts
import {
provide,
/* ... */
} from 'ngx-craft';
```
## Docs
_in progress_
- Basics
- [Provider Compitibility](./src/core/basics/provider-compitibility/README.md)
- [Form Reactivity](./src/core/basics/form-reactivity/README.md)
- [Validator Customization](./src/core/basics/validator-customization/README.md)
- [Async](./src/core/basics/validator-customization/async/README.md)
- Composables
- [Form Fallthrough](./src/core/composables/form-fallthrough/README.md)
- [Media Query](./src/core/composables/media-query/README.md)