w2p-85140 ds-rss component now adds a button to all search pages and community and collection, link-head service adds the rss to the head element

This commit is contained in:
Nathan Buckingham
2021-12-01 15:07:45 -05:00
parent c705fc42d6
commit 99e5b9c898
10 changed files with 346 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
<ng-container *ngIf="isEnabled$ | async">
<div *ngIf="route$ | async as route" class="d-inline-block float-right margin-right">
<a [href]="route" class="btn btn-secondary"><i class="fas fa-rss-square"></i></a>
</div>
</ng-container>