IuryNogueira/myreef

View on GitHub
thereef/src/app/components/reef-input/reef-input.component.html

Summary

Maintainability
Test Coverage
<input
type="text"
[placeholder]="placeholder"
[(ngModel)]="inputValue"
(input)="onInputChange()"
>