Files
alfresco-ng2-components/demo-shell-ng2/app/components/form/form-demo.component.css
Denys Vuika f4ad5846da [ADF-850] example on using in-memory form data (#2037)
* 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
2017-07-04 17:58:55 +02:00

4 lines
39 B
CSS

.form-container {
padding: 10px;
}