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

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.

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)