presidential-innovation-fellows/code-gov-web

View on GitHub
src/app/components/agency-list-item/agency-list-item.template.html

Summary

Maintainability
Test Coverage
<a class="card card--focusable agency-list-item" routerLink="/explore-code/agencies/{{agency.id}}">
  <div class="icon">
    <img [src]="getIcon()">
  </div><h3>{{ agency.name }}</h3>
</a>