You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Configuration Management System. Angular formly based UI Prototype that can be fully rendered from underlying database. A sample web App to display complex forms, persist results in DB.
This is built on Angular <> NodeJS <> PostgresSql stack where whole UI would be rendered from DB tables.Please refer dbinfo.txt for Angular formly related options
Implemented Tech/Services
Angular formly rendering from DB.
HTTP Interceptors.
Metaservices to hook REST APIs.
Loaders.
Persist data to DB.
Dynamically List "View","Delete","Edit" & "Clone" Options.
Retreve and load data to forms for edit.
Implement multi-step forms.
Display JSON as pretty in a model.
Screenshots
Development server
Runng serve for a dev server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files.
Code scaffolding
Runng generate component component-name to generate a new component. You can also useng generate directive|pipe|service|class|guard|interface|enum|module.
Build
Runng build to build the project. The build artifacts will be stored in thedist/ directory. Use the--prod flag for a production build..
Further help
Create a SQL table either in MYSQL or postgres.CREATE TABLE metaconfig(source VARCHAR ( 250 ) PRIMARY KEY, metadata JSON);
Please refer dbinfo.txt for Angular formly related options
About
Configuration Management System. Angular formly based UI Prototype that can be fully rendered from underlying database. A sample web App to display complex forms, persist results in DB.