nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/binary/binary-view/number/number.component.html

Summary

Maintainability
Test Coverage
<input
  AutoSizeInput
  (change)="updateBinary(b.value)"
  [value]="data.rawValue"
  #b
/>
<input
  AutoSizeInput
  *ngIf="showMeta"
  [value]="data.value"
  (change)="update(i.value)"
  #i
/>