ngrx-componentmodelformdefinitions-material
v1.3.0
Published
Angular module using NGRX to retrieve form definitions from ASP.Net Core API with the ComponentModelFormDefinitions NuGet package
Downloads
5
Maintainers
Readme
ngrx-componentmodelformdefintions & ngrx-componentmodelformdefintions-material
Build Status
Overview
This NPM package is designed to be used in conjunction with an ASP.Net Web API site. The API site has a route that retrieves form defintions. These definitions are generated using the ComponentModelFormDefintions
NuGet package.
ngrx-componentmodelformdefintions
a dependency to this package, which is an NGRX implemenation that retrieves those form defintions.
ngrx-componentmodelformdefintions-material
displays that form definition as a simple Angular Material form. It uses the @ng-dynamic-forms/core
and @ng-dynamic-forms/ui-material
NPM packages under the covers.
Gettings Started
See parent project Readme.