diff --git a/src/app/app.component.html b/src/app/app.component.html index 033258eac87ab2742e0deaaffd66c70f1570abf8..2ec809177a1a33fb6d057ddd0dce8886c8431829 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -61,11 +61,13 @@ <main> - <cond-distri *ngIf="isDisplayCondDistri()"></cond-distri> - <lechapt-calmon *ngIf="isDisplayLechaptCalmon()"></lechapt-calmon> - <regime-uniforme *ngIf="isDisplayRegimeUnif()"></regime-uniforme> - <section-param *ngIf="isDisplaySectionParam()"></section-param> - <courbe-remous *ngIf="isDisplayCourbeRemous()"></courbe-remous> + <div class="container-fluid"> + <cond-distri *ngIf="isDisplayCondDistri()"></cond-distri> + <lechapt-calmon *ngIf="isDisplayLechaptCalmon()"></lechapt-calmon> + <regime-uniforme *ngIf="isDisplayRegimeUnif()"></regime-uniforme> + <section-param *ngIf="isDisplaySectionParam()"></section-param> + <courbe-remous *ngIf="isDisplayCourbeRemous()"></courbe-remous> + </div> </main> <footer> @@ -74,4 +76,4 @@ <br> <a href="http://www.irstea.fr/">Institut national de recherche en sciences et technologies pour l'environnement et l'agriculture</a> </div> --> -</footer> +</footer> \ No newline at end of file diff --git a/src/app/calculators/cond_distri/conddistri.component.html b/src/app/calculators/cond_distri/conddistri.component.html index e2528b4fcb9908239ec42a5f517fb91de273f131..b6224435e12412b7ba7a51f4cbbc876eeab6b0a2 100644 --- a/src/app/calculators/cond_distri/conddistri.component.html +++ b/src/app/calculators/cond_distri/conddistri.component.html @@ -1,8 +1,6 @@ -<div class="container-fluid"> - <div class="row"> - <div class="col"> - <h1>{{uitextTitre}}</h1> - </div> +<div class="row"> + <div class="col"> + <h1>{{uitextTitre}}</h1> </div> </div> <hydrocalc type="ConduiteDistributrice"></hydrocalc> \ No newline at end of file diff --git a/src/app/calculators/generic/calculator.component.html b/src/app/calculators/generic/calculator.component.html index 2527c0eed77e04879db374c4732e45169ed6f05d..c430304b047fbf3c97cd04738eadd19c2a743397 100644 --- a/src/app/calculators/generic/calculator.component.html +++ b/src/app/calculators/generic/calculator.component.html @@ -1,23 +1,21 @@ <field-set *ngFor="let fs of fieldSets" [style.display]="getFieldsetStyleDisplay(fs.id)" [formId]=_formulaire.uid [id]=fs.id [fieldSet]=fs (onRadio)=onRadioClick($event) (onSelectChange)=onSelectChanged($event)></field-set> -<div class="container-fluid"> - <div class="row "> - <div class="col text-center"> - <p></p> - </div> +<div class="row "> + <div class="col text-center"> + <p></p> </div> +</div> - <div class="row "> - <div class="col text-center"> - <button type="button" class="button_compute" name="Calculer" (click)="doCompute()">{{uitextCalculer}}</button> - </div> +<div class="row "> + <div class="col text-center"> + <button type="button" class="button_compute" name="Calculer" (click)="doCompute()">{{uitextCalculer}}</button> </div> +</div> - <div class="row "> - <div class="col text-center"> - <p></p> - </div> +<div class="row "> + <div class="col text-center"> + <p></p> </div> </div> <calc-results [style.display]="getResultsStyleDisplay()"></calc-results> diff --git a/src/app/calculators/lechapt-calmon/lechaptcalmon.component.html b/src/app/calculators/lechapt-calmon/lechaptcalmon.component.html index f4342e38ca9aec4c28a8026c510fde2513863ef6..7f6cabebe7f385e1da546373b26d7f749d488844 100644 --- a/src/app/calculators/lechapt-calmon/lechaptcalmon.component.html +++ b/src/app/calculators/lechapt-calmon/lechaptcalmon.component.html @@ -1,2 +1,6 @@ -<h1>{{uitextTitre}}</h1> +<div class="row"> + <div class="col"> + <h1>{{uitextTitre}}</h1> + </div> +</div> <hydrocalc type="LechaptCalmon"></hydrocalc> \ No newline at end of file diff --git a/src/app/calculators/regime-uniforme/regime-uniforme.component.html b/src/app/calculators/regime-uniforme/regime-uniforme.component.html index 2f171cdacd3cde8acc82b469cf488e4e82e2e834..530b56067f378bf79d3cc30833f22af936647758 100644 --- a/src/app/calculators/regime-uniforme/regime-uniforme.component.html +++ b/src/app/calculators/regime-uniforme/regime-uniforme.component.html @@ -1,2 +1,6 @@ -<h1>{{uitextTitre}}</h1> +<div class="row"> + <div class="col"> + <h1>{{uitextTitre}}</h1> + </div> +</div> <hydrocalc type="RegimeUniforme"></hydrocalc> \ No newline at end of file diff --git a/src/app/calculators/remous/remous.component.html b/src/app/calculators/remous/remous.component.html index d17503f5195c85464055c02a7c79fd7a73c5a436..657c5484f76e3d9d220cd8bb43b3b2a68c77abdd 100644 --- a/src/app/calculators/remous/remous.component.html +++ b/src/app/calculators/remous/remous.component.html @@ -1,2 +1,6 @@ -<h1>{{uitextTitre}}</h1> +<div class="row"> + <div class="col"> + <h1>{{uitextTitre}}</h1> + </div> +</div> <hydrocalc type="CourbeRemous"></hydrocalc> \ No newline at end of file diff --git a/src/app/calculators/section-param/section-param.component.html b/src/app/calculators/section-param/section-param.component.html index 23795c8b7cd9b436af588d4aeca8077f976032e6..96828c6cbb528a6276f9ef962f314a2d9a598967 100644 --- a/src/app/calculators/section-param/section-param.component.html +++ b/src/app/calculators/section-param/section-param.component.html @@ -1,2 +1,6 @@ -<h1>{{uitextTitre}}</h1> +<div class="row"> + <div class="col"> + <h1>{{uitextTitre}}</h1> + </div> +</div> <hydrocalc type="SectionParametree"></hydrocalc> \ No newline at end of file diff --git a/src/app/components/calculator-results/calculator-results.component.html b/src/app/components/calculator-results/calculator-results.component.html index 357aa90de1ddf3bdd7b8c3d16b11e74b641b3ab4..b73394ef0c8e09cae36637a4e16c3cf778fc5a78 100644 --- a/src/app/components/calculator-results/calculator-results.component.html +++ b/src/app/components/calculator-results/calculator-results.component.html @@ -1,54 +1,37 @@ -<div class="container-fluid"> - <div class="row"> - <div class="col-8 mx-auto"> - <chart *ngIf="showVarResults" [type]="graph_type" [data]="graph_data" [options]="graph_options"> - </chart> - </div> +<div class="row"> + <div class="col-8 mx-auto"> + <chart *ngIf="showVarResults" [type]="graph_type" [data]="graph_data" [options]="graph_options"> + </chart> </div> </div> -<div class="container-fluid"> - <div class="row"> - - <!-- table des résultats fixés --> - <div class="col-4 mx-auto" *ngIf="showFixedResults"> - <div class="container"> - <div class="row"> - <div class="col-12"> - <table class="table"> - <tr> - <th>{{uitextParamFixes}}</th> - <th>{{uitextValeurs}}</th> - </tr> - <!-- <tr *ngFor="let r of _fixedResults; let i=index" [class]="getFixedResultClass(i)"> --> - <tr *ngFor="let r of _fixedResults; let i=index"> - <td class="result_label {{getFixedResultClass(i)}}">{{r.label}}</td> - <td class="result_value {{getFixedResultClass(i)}}">{{r.value}}</td> - </tr> - </table> - </div> - </div> - </div> - </div> +<div class="row"> + <!-- table des résultats fixés --> + <div class="col-4 mx-auto" *ngIf="showFixedResults"> + <table class="table"> + <tr> + <th>{{uitextParamFixes}}</th> + <th>{{uitextValeurs}}</th> + </tr> + <!-- <tr *ngFor="let r of _fixedResults; let i=index" [class]="getFixedResultClass(i)"> --> + <tr *ngFor="let r of _fixedResults; let i=index"> + <td class="result_label {{getFixedResultClass(i)}}">{{r.label}}</td> + <td class="result_value {{getFixedResultClass(i)}}">{{r.value}}</td> + </tr> + </table> + </div> - <!-- table des résultats variés --> - <div class="col-5 mx-auto" *ngIf="showVarResults"> - <div class="container"> - <div class="row"> - <div class="col-12"> - <table class="table table-striped"> - <tr> - <th>{{_variableParamHeader}}</th> - <th>{{_variableResultHeader}}</th> - </tr> - <tr *ngFor="let r of _varResults; let i=index"> - <td class="result_label">{{r.param}}</td> - <td class="result_value">{{r.result}}</td> - </tr> - </table> - </div> - </div> - </div> - </div> + <!-- table des résultats variés --> + <div class="col-5 mx-auto" *ngIf="showVarResults"> + <table class="table table-striped"> + <tr> + <th>{{_variableParamHeader}}</th> + <th>{{_variableResultHeader}}</th> + </tr> + <tr *ngFor="let r of _varResults; let i=index"> + <td class="result_label">{{r.param}}</td> + <td class="result_value">{{r.result}}</td> + </tr> + </table> </div> </div> \ No newline at end of file diff --git a/src/app/components/field-set/field-set.html b/src/app/components/field-set/field-set.html index 5c4ab3fbf4a62d1e97598bc467b0aae40fb15e60..2d171bfbd8751cd8619a26d543e16dbfefac00bb 100644 --- a/src/app/components/field-set/field-set.html +++ b/src/app/components/field-set/field-set.html @@ -1,8 +1,6 @@ -<div class="container-fluid"> - <div class="row"> - <div class="col-12 fieldset_title"> - {{title}} - </div> +<div class="row"> + <div class="col-12 fieldset_title"> + {{title}} </div> </div> @@ -24,4 +22,4 @@ </select-field-line> <check-field-line *ngIf="p.isCheck" [formId]=formId [id]=p.id></check-field-line> -</ng-template> +</ng-template> \ No newline at end of file diff --git a/src/app/components/param-field-line/param-field-line.html b/src/app/components/param-field-line/param-field-line.html index 661d79523508a132e286443a9cc31f2b82531c30..249fd980068b652ff616e2e359c6a9db8cfa3411 100644 --- a/src/app/components/param-field-line/param-field-line.html +++ b/src/app/components/param-field-line/param-field-line.html @@ -1,69 +1,65 @@ -<div class="container-fluid"> - <div class="row"> - <!-- titre --> - <div class="col-3 param_title"> - {{title}} - </div> +<div class="row"> + <!-- titre --> + <div class="col-3 param_title"> + {{title}} + </div> - <!-- input de saisie de la valeur --> - <div class="col-3 col-sm-2"> - <param-input [inputDisabled]="isInputDisabled" [computeNodeType]="nodeType" [symbol]="symbol"></param-input> - </div> + <!-- input de saisie de la valeur --> + <div class="col-3 col-sm-2"> + <param-input [inputDisabled]="isInputDisabled" [computeNodeType]="nodeType" [symbol]="symbol"></param-input> + </div> - <!-- radio "fixé" --> - <div class="col-sm-2 col-md-2 col-lg-1"> - <input *ngIf="hasRadioFix()" type="radio" name="radio_param_{{symbol}}" value="fix" (click)="onRadioClick(symbol, 'fix')" - [checked]=radioFixCheck [disabled]=isDisabled id="radio_fix" /> - <label *ngIf="hasRadioFix()" for="radio_fix">{{uitextParamFixe}}</label> - </div> + <!-- radio "fixé" --> + <div class="col-sm-2 col-md-2 col-lg-1"> + <input *ngIf="hasRadioFix()" type="radio" name="radio_param_{{symbol}}" value="fix" (click)="onRadioClick(symbol, 'fix')" + [checked]=radioFixCheck [disabled]=isDisabled id="radio_fix" /> + <label *ngIf="hasRadioFix()" for="radio_fix">{{uitextParamFixe}}</label> + </div> - <!-- radio "varier" --> - <div class="col-sm-2 col-md-2 col-lg-1"> - <input *ngIf="hasRadioVar()" type="radio" name="radio_param_{{symbol}}" value="var" (click)="onRadioClick(symbol, + <!-- radio "varier" --> + <div class="col-sm-2 col-md-2 col-lg-1"> + <input *ngIf="hasRadioVar()" type="radio" name="radio_param_{{symbol}}" value="var" (click)="onRadioClick(symbol, 'var')" [checked]=radioVarCheck [disabled]=isDisabled id="radio_var" /> - <label *ngIf="hasRadioVar()" for="radio_var">{{uitextParamVarier}}</label> - </div> + <label *ngIf="hasRadioVar()" for="radio_var">{{uitextParamVarier}}</label> + </div> - <!-- radio "calculer" --> - <div class="col-sm-3 col-md-2 col-lg-2"> - <input *ngIf="hasRadioCal()" type="radio" name="radio_param_{{symbol}}" value="cal" (click)="onRadioClick(symbol, + <!-- radio "calculer" --> + <div class="col-sm-3 col-md-2 col-lg-2"> + <input *ngIf="hasRadioCal()" type="radio" name="radio_param_{{symbol}}" value="cal" (click)="onRadioClick(symbol, 'cal')" [checked]=radioCalCheck [disabled]=isDisabled id="radio_cal" /> - <label *ngIf="hasRadioCal()" for="radio_cal">{{uitextParamCalculer}}</label> - </div> + <label *ngIf="hasRadioCal()" for="radio_cal">{{uitextParamCalculer}}</label> </div> </div> -<div class="container-fluid" [style.display]="isVarRadio"> - <div class="row"> - <div class="col-sm-1 col-md-5"></div> - <div class="col-sm-4 col-md-3 col-lg-2"> - {{uitextValeurMini}} - </div> - <div class="col-2"> - <!-- <input [(ngModel)]="_param.minValue"> --> - <input type="text" class="input-alternate" name="inputmin" placeholder="min" [(ngModel)]="_param.minValue" /> - </div> +<div class="row" [style.display]="isVarRadio"> + <div class="col-sm-1 col-md-5"></div> + <div class="col-sm-4 col-md-3 col-lg-2"> + {{uitextValeurMini}} + </div> + <div class="col-2"> + <!-- <input [(ngModel)]="_param.minValue"> --> + <input type="text" class="input-alternate" name="inputmin" placeholder="min" [(ngModel)]="_param.minValue" /> </div> +</div> - <div class="row"> - <div class="col-sm-1 col-md-5"></div> - <div class="col-sm-4 col-md-3 col-lg-2"> - {{uitextValeurMaxi}} - </div> - <div class="col-2"> - <!-- <input [(ngModel)]="_param.maxValue"> --> - <input type="text" class="input-alternate" name="inputmax" placeholder="max" [(ngModel)]="_param.maxValue" /> - </div> +<div class="row" [style.display]="isVarRadio"> + <div class="col-sm-1 col-md-5"></div> + <div class="col-sm-4 col-md-3 col-lg-2"> + {{uitextValeurMaxi}} + </div> + <div class="col-2"> + <!-- <input [(ngModel)]="_param.maxValue"> --> + <input type="text" class="input-alternate" name="inputmax" placeholder="max" [(ngModel)]="_param.maxValue" /> </div> +</div> - <div class="row"> - <div class="col-sm-1 col-md-5"></div> - <div class="col-sm-4 col-md-3 col-lg-2"> - {{uitextPasVariation}} - </div> - <div class="col-2"> - <!-- <input [(ngModel)]="_param.stepValue"> --> - <input type="text" class="input-alternate" name="inputstep" placeholder="step" [(ngModel)]="_param.stepValue" /> - </div> +<div class="row" [style.display]="isVarRadio"> + <div class="col-sm-1 col-md-5"></div> + <div class="col-sm-4 col-md-3 col-lg-2"> + {{uitextPasVariation}} + </div> + <div class="col-2"> + <!-- <input [(ngModel)]="_param.stepValue"> --> + <input type="text" class="input-alternate" name="inputstep" placeholder="step" [(ngModel)]="_param.stepValue" /> </div> </div> \ No newline at end of file diff --git a/src/app/components/param-input/param-input.component.html b/src/app/components/param-input/param-input.component.html index 5626abaa839deb0260dbd2496dbdb967fec1cc94..14ef2479a9c0602a4725fdd307d7f7b1f6b0b206 100644 --- a/src/app/components/param-input/param-input.component.html +++ b/src/app/components/param-input/param-input.component.html @@ -1,27 +1,25 @@ -<div class="container"> - <div class="row" *ngIf="displayTitle"> - <div class="col-12"> - {{uitextParamInput}} - </div> +<div class="row" *ngIf="displayTitle"> + <div class="col-12"> + {{uitextParamInput}} </div> +</div> - <div class="row"> - <div class="col-12"> - <form> - <div class="md-form"> - <!-- <input mdbActive type="text" class="form-control" id="form1" name="email" mdbInputValidate> --> - <input type="text" class="input-alternate" id="form1" name="form1" [disabled]="_inputDisabled" placeholder="{{_paramDef.symbol}}" - [ngModel]="_uiValue.uncheckedValueString" (ngModelChange)="setValue($event)" /> - <label class="active" for="form1" *ngIf="displayTitle">{{uitextParamInput}}</label> - <small class="text-danger">{{_message}}</small> - </div> - </form> - </div> +<div class="row"> + <div class="col-10"> + <form> + <div class="md-form"> + <!-- <input mdbActive type="text" class="form-control" id="form1" name="email" mdbInputValidate> --> + <input type="text" class="input-alternate" id="form1" name="form1" [disabled]="_inputDisabled" placeholder="{{_paramDef.symbol}}" + [ngModel]="_uiValue.uncheckedValueString" (ngModelChange)="setValue($event)" /> + <label class="active" for="form1" *ngIf="displayTitle">{{uitextParamInput}}</label> + <small class="text-danger">{{_message}}</small> + </div> + </form> </div> +</div> - <div class="row" *ngIf="displayTitle"> - <div class="col-12"> - {{_message}} - </div> +<div class="row" *ngIf="displayTitle"> + <div class="col-12"> + {{_message}} </div> -</div> +</div> \ No newline at end of file diff --git a/src/app/components/remous-results/remous-results.component.html b/src/app/components/remous-results/remous-results.component.html index 2fd74e10f6129a4c7add177ca0d317a9a98dadb8..c79659dc78fa8d75bc9f9d29c44b9629456e6de2 100644 --- a/src/app/components/remous-results/remous-results.component.html +++ b/src/app/components/remous-results/remous-results.component.html @@ -1,58 +1,56 @@ -<div class="container-fluid"> - <div class="row"> - <div class="col-12 mx-auto"> - <chart [type]="graph1_type" [data]="graph1_data" [options]="graph1_options"></chart> - </div> +<div class="row"> + <div class="col-12 mx-auto"> + <chart [type]="graph1_type" [data]="graph1_data" [options]="graph1_options"></chart> </div> - <div class="row"> - <div class="col-12 mx-auto"> - <chart *ngIf="_extraGraph" [type]="graph2_type" [data]="graph2_data" [options]="graph2_options"></chart> - </div> +</div> +<div class="row"> + <div class="col-12 mx-auto"> + <chart *ngIf="_extraGraph" [type]="graph2_type" [data]="graph2_data" [options]="graph2_options"></chart> </div> - <div class="row"> - <div class="col-xs-12 col-lg-10 mx-auto"> - <!-- journal --> - <table class="table"> - <thead> - <tr> - <th>{{uitextTitreJournal}}</th> - </tr> - </thead> - <tr *ngFor="let r of _logEntries"> - <td align="left">{{r}}</td> +</div> +<div class="row"> + <div class="col-xs-12 col-lg-10 mx-auto"> + <!-- journal --> + <table class="table"> + <thead> + <tr> + <th>{{uitextTitreJournal}}</th> </tr> - </table> - </div> + </thead> + <tr *ngFor="let r of _logEntries"> + <td align="left">{{r}}</td> + </tr> + </table> </div> - <br/> - <div class="row"> - <div class="col-xs-12 col-lg-6 mx-auto"> - <!-- résultats numériques --> - <table class="table"> - <thead> - <tr> - <th></th> - <th>{{uitextLigneFluviale}}</th> - <th></th> - <th>{{uitextLigneTorrentielle}}</th> - <th></th> - </tr> - <tr> - <th>{{uitextAbscisse}}</th> - <th>{{uitextTirant}}</th> - <th>{{_extraParamLabel}}</th> - <th>{{uitextTirant}}</th> - <th>{{_extraParamLabel}}</th> - </tr> - </thead> - <tr *ngFor="let r of _results; let i=index" [class]="getResultClass(i)"> - <td>{{r.abs}}</td> - <td>{{r.flu}}</td> - <td>{{r.extraFlu}}</td> - <td>{{r.tor}}</td> - <td>{{r.extraTor}}</td> +</div> +<br/> +<div class="row"> + <div class="col-xs-12 col-lg-6 mx-auto"> + <!-- résultats numériques --> + <table class="table"> + <thead> + <tr> + <th></th> + <th>{{uitextLigneFluviale}}</th> + <th></th> + <th>{{uitextLigneTorrentielle}}</th> + <th></th> </tr> - </table> - </div> + <tr> + <th>{{uitextAbscisse}}</th> + <th>{{uitextTirant}}</th> + <th>{{_extraParamLabel}}</th> + <th>{{uitextTirant}}</th> + <th>{{_extraParamLabel}}</th> + </tr> + </thead> + <tr *ngFor="let r of _results; let i=index" [class]="getResultClass(i)"> + <td>{{r.abs}}</td> + <td>{{r.flu}}</td> + <td>{{r.extraFlu}}</td> + <td>{{r.tor}}</td> + <td>{{r.extraTor}}</td> + </tr> + </table> </div> </div> \ No newline at end of file diff --git a/src/app/components/section-results/section-results.component.html b/src/app/components/section-results/section-results.component.html index 116fe53b8ff0087632894f5cae8ed6e07c38e8ec..e21f3bd982943cca5766a6dc95dd770405f0a1d7 100644 --- a/src/app/components/section-results/section-results.component.html +++ b/src/app/components/section-results/section-results.component.html @@ -1,18 +1,16 @@ -<div class="container-fluid"> - <div class="row"> - <div class="col-xs-2 col-md-6"> - <!-- graphique --> - <section-canvas class="float-xs-none float-md-right" #sectionCanvas></section-canvas> - </div> +<div class="row"> + <div class="col-xs-2 col-md-6"> + <!-- graphique --> + <section-canvas class="float-xs-none float-md-right" #sectionCanvas></section-canvas> + </div> - <div class="col-xs-2 col-md-6"> - <!-- tableau de valeurs --> - <table> - <tr *ngFor="let r of _results; let i=index" [class]="getResultClass(i)"> - <td class="result_label">{{r.label}}</td> - <td class="result_value">{{r.value}}</td> - </tr> - </table> - </div> + <div class="col-xs-2 col-md-6"> + <!-- tableau de valeurs --> + <table> + <tr *ngFor="let r of _results; let i=index" [class]="getResultClass(i)"> + <td class="result_label">{{r.label}}</td> + <td class="result_value">{{r.value}}</td> + </tr> + </table> </div> </div> \ No newline at end of file diff --git a/src/app/components/select-field-line/select-field-line.html b/src/app/components/select-field-line/select-field-line.html index faad38143b50c5c4b6f092b8f44ccb5e260e0a24..dfab891e81ec3229d5fe623776b3d4073520afa0 100644 --- a/src/app/components/select-field-line/select-field-line.html +++ b/src/app/components/select-field-line/select-field-line.html @@ -1,19 +1,17 @@ -<div class="container-fluid"> - <div class="row"> - <!-- titre --> - <div class="col-3 select_title"> - {{_select.label}} - </div> +<div class="row"> + <!-- titre --> + <div class="col-3 select_title"> + {{_select.label}} + </div> - <!-- liste déroulante --> - <div class="col-4 col-sm-3"> - <div class="btn-group" dropdown (click)="onSelect($event)"> - <button dropdownToggle class="btn grey darken-3 dropdown-toggle waves-light" type="button" mdbRippleRadius> - {{currentLabel}} - </button> - <div class="dropdown-menu"> - <a class="dropdown-item" *ngFor="let e of entries" [value]=e.value>{{e.label}}</a> - </div> + <!-- liste déroulante --> + <div class="col-4 col-sm-3"> + <div class="btn-group" dropdown (click)="onSelect($event)"> + <button dropdownToggle class="btn grey darken-3 dropdown-toggle waves-light" type="button" mdbRippleRadius> + {{currentLabel}} + </button> + <div class="dropdown-menu"> + <a class="dropdown-item" *ngFor="let e of entries" [value]=e.value>{{e.label}}</a> </div> </div> </div>