Commits

lotte authored a788999c759
Added tests for new components
No tags

src/app/+search-page/search-filters/search-filter/search-facet-filter-options/search-facet-option/search-facet-option.component.html

Modified
1 -<script src="search-facet-option.component.ts"></script><a *ngIf="isVisible | async" class="d-flex flex-row"
1 +<a *ngIf="isVisible | async" class="d-flex flex-row"
2 2 [routerLink]="[getSearchLink()]"
3 3 [queryParams]="addQueryParams" queryParamsHandling="merge">
4 4 <input type="checkbox" [checked]="false" class="my-1 align-self-stretch"/>
5 5 <span class="filter-value px-1">{{filterValue.value}}</span>
6 6 <span class="float-right filter-value-count ml-auto">
7 7 <span class="badge badge-secondary badge-pill">{{filterValue.count}}</span>
8 8 </span>
9 9 </a>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut