Andzej

Results 3 comments of Andzej

1. Open **/node_modules/angular2-schema-form/dist/formelement.component.js** in your project. 2. Find a section: `FormElementComponent.decorators = [ { type: Component, args: [{ selector: 'sf-form-element', template: "\n\t\n\t\n\t{{button.label}}\n" },] }, ];` 3. Add in button tag:...

Try it: `blockUIConfig.template = ' '` As you see, block with class="block-ui-container" is not need.

You may use config attribute. In your html-template add: ``` html ``` In your component.ts add: ``` typescript private menuConfig: any = { animation: "collapse", offset: { top: 55 },...