Angular 6 compiler: complete inline/compile/bundle/minify rework

This commit is contained in:
BoykoAlex
2018-07-04 22:20:38 -04:00
parent c130c5cc59
commit cdc4b07100
35 changed files with 1138 additions and 1164 deletions

View 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>