backtotop.component.html 182 Bytes
Newer Older
Ooh-Ao committed
1 2 3
<div class="scrollToTop" (click)="taptotop()" [ngStyle]="{ 'display' : show ? 'block' : 'none' }">
    <span class="arrow"><i class="ri-arrow-up-s-fill text-xxl"></i></span>
  </div>