Angular 6 compiler: complete inline/compile/bundle/minify rework
This commit is contained in:
3
src/lib/properties/properties.group.component.html
Normal file
3
src/lib/properties/properties.group.component.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div *ngIf="propertiesGroupModel && !propertiesGroupModel.isLoading" class="properties-group-container" [formGroup]="form">
|
||||
<df-property *ngFor="let model of propertiesGroupModel.getControlsModels()" [model]="model" [form]="form" class="property-row"></df-property>
|
||||
</div>
|
||||
Reference in New Issue
Block a user