Commit Graph

24 Commits (cd7644a7678a42a8bba290e808a2b80b068b437f)

Author SHA1 Message Date
Kevin C. Coram b8b2f8a3e7
Document 'own form controls' application 2019-12-31 13:07:31 -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 e26b48010d
Remove e2e tests
There are no plans to actually implement any end-to-end tests for the applications in this explorartion project, so the skeleton *-e2e applications are being removed.
2019-09-07 21:40:09 -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
Kevin C. Coram 57d46442c6
Refactor move ContactFormService into contact library 2019-09-05 22:56:08 -04:00
Kevin C. Coram bfda0985eb
Refactor form building logic into its own service 2019-09-04 23:47:09 -04:00
Kevin C. Coram 21d0211853
Create and hook up form components 2019-09-04 23:02:49 -04:00
Kevin C. Coram c5aa8b2f70
Build form from contact model data 2019-09-04 22:38:01 -04:00
Kevin C. Coram 6d19f3fe97
Provide ContactService via a module 2019-09-04 22:12:04 -04:00
Kevin C. Coram 28f56f2e85
Refactor rename lib/contact-model -> lib/contact 2019-09-04 21:36:09 -04:00
Kevin C. Coram 3b43037e66
Extract test contact to a shared service 2019-09-03 00:52:17 -04:00
Kevin C. Coram b4467a6904
Add name component to application 2019-09-02 23:27:28 -04:00
Kevin C. Coram 9b6d241ddb
Generate global-form skeleton 2019-09-02 15:23:01 -04:00
Kevin C. Coram ba7c81f983
Add address list components to form 2019-08-28 00:25:24 -04:00
Kevin C. Coram c9bdc71680
Fix unit tests by importing forms module 2019-08-28 00:25:24 -04:00
Kevin C. Coram eb1422923f
Include name component in main application 2019-08-28 00:25:24 -04:00
Kevin C. Coram 901be9ad09
Generate name component as reactive form 2019-08-28 00:25:23 -04:00
Kevin C. Coram efc332b2b2
nx g @nrwl/angular:app parent-form 2019-08-28 00:25:22 -04:00
Kevin C. Coram 2823996f00
initial commit 2019-08-28 00:25:11 -04:00