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.
See parent project Readme.