nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/cellular-automation/rule8/rule8.component.html

Summary

Maintainability
Test Coverage
<kirjs-rule
  *ngFor="let v of before; let i = index"
  [before]="before[i]"
  [after]="after[i]"
  [arrow]="arrow"
></kirjs-rule>