Commit Graph

8 Commits (master)

Author SHA1 Message Date
Kevin C. Coram 3ddb416073
Improve component typesript example 2019-12-31 14:49:50 -08:00
Kevin C. Coram f99b91a77e
Document Base Line application 2019-12-31 11:25:49 -08:00
Kevin C. Coram a036ca0a93
Remove un-used `contact` attribute 2019-12-31 11:05:04 -08:00
Kevin C. Coram a6d883f68e
Rename model attributes to remove underscore 2019-09-08 18:49:36 -04:00
Kevin C. Coram 00577f888e
Inline createForm method
The baseline application will be a better example of "everything in a single application" if it directly creates its form rather than using the library service.

This is definitely less DRY, but makes for a better example.
2019-09-07 21:55:50 -04:00
Kevin C. Coram 2bf76e87c8
Update form group name to conform to Name interface 2019-09-07 21:33:49 -04:00
Kevin C. Coram 0cdd918cb4
New README file explaining project purpose 2019-09-07 21:13:53 -04:00
Kevin C. Coram f6a8f4ef20
Generate baseline application
Generate a baseline application that uses the same form as the global-form application, but renders it all as a dynamic/nested form in a single component.
2019-09-05 23:24:05 -04:00