Guest User

Untitled

a guest
Dec 10th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. ngOnInit(): void {
  2. this.tipoFuncionario = this._enumService.getSelectItems('/api/funcionario-tipo/tipos');
  3. }
  4.  
  5. <elo-form-label-column label="Tipo" column="2">
  6. <elo-select formControlValidationMsg [options]="tipoFuncionario" formControlName="tipo"></elo-select>
  7. </elo-form-label-column>
  8.  
  9. <elo-form-label-column label="" column="1">
  10. <div class="mtop08"></div>
  11. <input id="ativo"
  12. class="input-checkbox"
  13. formControlName="ativo"
  14. type="checkbox">
  15. <label for="ativo">Ativo</label>
  16. </elo-form-label-column>
Add Comment
Please, Sign In to add comment