mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#967 code cleanup
This commit is contained in:
committed by
Mario Romano
parent
384e246386
commit
effedab739
@@ -15,11 +15,11 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { Component, OnInit, ViewChild, ViewContainerRef, Input, ComponentRef, ComponentFactoryResolver/*,Output, EventEmitter, Injector*/ } from '@angular/core';
|
import { Component, OnInit, ViewChild, ViewContainerRef, Input, ComponentRef, ComponentFactoryResolver/*,Injector*/ } from '@angular/core';
|
||||||
import { WidgetVisibilityService } from './../../services/widget-visibility.service';
|
import { WidgetVisibilityService } from './../../services/widget-visibility.service';
|
||||||
import { FormRenderingService } from './../../services/form-rendering.service';
|
import { FormRenderingService } from './../../services/form-rendering.service';
|
||||||
import { WidgetComponent } from './../widgets/widget.component';
|
import { WidgetComponent } from './../widgets/widget.component';
|
||||||
import { FormFieldModel/*, FormWidgetModel*/ } from './../widgets/core/index';
|
import { FormFieldModel } from './../widgets/core/index';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'form-field',
|
selector: 'form-field',
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
<div>{{content?.isVisible}}</div>
|
|
||||||
<div class="container-widget">
|
<div class="container-widget">
|
||||||
<div *ngIf="content?.isGroup() && content?.isVisible" class="container-widget__header">
|
<div *ngIf="content?.isGroup() && content?.isVisible" class="container-widget__header">
|
||||||
<h4 class="container-widget__header-text" id="container-header"
|
<h4 class="container-widget__header-text" id="container-header"
|
||||||
|
Reference in New Issue
Block a user