mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* stub for custom form service * demo polishing - use in-memory formService only for the corresponding demo page 'Form' - support for mocking rest field values - demo of the typeahead data mocked * load data from app config * fix lint errors * separate Form and Form List demos
5 lines
113 B
HTML
5 lines
113 B
HTML
<div class="form-container">
|
|
<activiti-form [form]="form" [data]="restoredData">
|
|
</activiti-form>
|
|
</div>
|