SaulMoro / poc-angular-pwa-ngrx-rtk-redux-toolkit-formly

PoC Angular + PWA + NgRx + RTK (Redux Toolkit) + Router State + TailwindCSS + Formly
https://poc-angular-rick-morty.web.app
MIT License
13 stars 3 forks source link

Add CRUD examples #1

Closed SaulMoro closed 3 years ago

SaulMoro commented 3 years ago

Currently, all examples are of type fetch. The goal is to create examples of crus using ngrx-entity + formly + data-access-forms utils

Use: formly in dumb components + ofSubmitForm in effects

SaulMoro commented 3 years ago

In another PoC