mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(global) Replaced linked buttons with a tags + removed unnecessary routerLink attributes from some buttons
This commit is contained in:
parent
30d75c9bd7
commit
c374c2c6cf
|
@ -98,11 +98,11 @@
|
|||
<!-- Header -->
|
||||
<div class="lg:hidden flex flex-0 items-center py-2 pl-4 pr-6 sm:py-4 md:pl-6 md:pr-8 border-b lg:border-b-0 bg-card dark:bg-transparent">
|
||||
<!-- Title & Actions -->
|
||||
<button
|
||||
<a
|
||||
mat-icon-button
|
||||
[routerLink]="['..']">
|
||||
<mat-icon [svgIcon]="'heroicons_outline:arrow-sm-left'"></mat-icon>
|
||||
</button>
|
||||
</a>
|
||||
<h2 class="ml-2.5 text-md sm:text-xl font-medium tracking-tight truncate">
|
||||
{{course.title}}
|
||||
</h2>
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
|
||||
<!-- Course launch button -->
|
||||
<div class="px-6 py-4 text-right bg-gray-50 dark:bg-transparent">
|
||||
<button
|
||||
<a
|
||||
mat-stroked-button
|
||||
[routerLink]="[course.id]">
|
||||
<span class="inline-flex items-center">
|
||||
|
@ -172,7 +172,7 @@
|
|||
class="ml-1.5 icon-size-5"
|
||||
[svgIcon]="'heroicons_solid:arrow-sm-right'"></mat-icon>
|
||||
</span>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
<div class="flex-auto overflow-y-auto">
|
||||
<ng-container *ngIf="filteredChats.length > 0; else noChats">
|
||||
<ng-container *ngFor="let chat of filteredChats; trackBy: trackByFn">
|
||||
<div
|
||||
<a
|
||||
class="z-20 flex items-center py-5 px-8 cursor-pointer border-b"
|
||||
[ngClass]="{'hover:bg-gray-100 dark:hover:bg-hover': !selectedChat || selectedChat.id !== chat.id,
|
||||
'bg-primary-50 dark:bg-hover': selectedChat && selectedChat.id === chat.id}"
|
||||
|
@ -155,7 +155,7 @@
|
|||
[svgIcon]="'heroicons_solid:volume-off'"></mat-icon>
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</div>
|
||||
|
|
|
@ -13,14 +13,14 @@
|
|||
</ng-container>
|
||||
<!-- Close button -->
|
||||
<div class="flex items-center justify-end w-full max-w-3xl mx-auto pt-6">
|
||||
<button
|
||||
<a
|
||||
mat-icon-button
|
||||
[matTooltip]="'Close'"
|
||||
[routerLink]="['../']">
|
||||
<mat-icon
|
||||
class="text-white"
|
||||
[svgIcon]="'heroicons_outline:x'"></mat-icon>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -183,14 +183,14 @@
|
|||
</ng-container>
|
||||
<!-- Close button -->
|
||||
<div class="flex items-center justify-end w-full max-w-3xl mx-auto pt-6">
|
||||
<button
|
||||
<a
|
||||
mat-icon-button
|
||||
[matTooltip]="'Close'"
|
||||
[routerLink]="['../']">
|
||||
<mat-icon
|
||||
class="text-white"
|
||||
[svgIcon]="'heroicons_outline:x'"></mat-icon>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
<!-- Close button -->
|
||||
<div class="flex items-center justify-end">
|
||||
<button
|
||||
<a
|
||||
mat-icon-button
|
||||
[routerLink]="['../../']">
|
||||
<mat-icon [svgIcon]="'heroicons_outline:x'"></mat-icon>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Preview -->
|
||||
|
|
|
@ -49,11 +49,11 @@
|
|||
</mat-menu>
|
||||
|
||||
<!-- Close button -->
|
||||
<button
|
||||
<a
|
||||
mat-icon-button
|
||||
[routerLink]="['../']">
|
||||
<mat-icon [svgIcon]="'heroicons_outline:x'"></mat-icon>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -106,13 +106,13 @@
|
|||
<span class="leading-none">April, 24</span>
|
||||
</div>
|
||||
</div>
|
||||
<button
|
||||
<a
|
||||
class="px-6 mt-8"
|
||||
mat-flat-button
|
||||
[color]="'primary'"
|
||||
[routerLink]="['./']">
|
||||
See complete bio
|
||||
</button>
|
||||
</a>
|
||||
</fuse-card>
|
||||
|
||||
<!-- Followers -->
|
||||
|
@ -207,13 +207,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-6 -mx-3">
|
||||
<button
|
||||
<a
|
||||
class="px-3"
|
||||
mat-button
|
||||
[color]="'primary'"
|
||||
[routerLink]="['./']">
|
||||
See all followers
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</fuse-card>
|
||||
|
||||
|
@ -310,13 +310,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-6 -mx-3">
|
||||
<button
|
||||
<a
|
||||
class="px-3"
|
||||
mat-button
|
||||
[color]="'primary'"
|
||||
[routerLink]="['./']">
|
||||
See entire gallery
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</fuse-card>
|
||||
|
||||
|
@ -384,13 +384,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-6 -mx-3">
|
||||
<button
|
||||
<a
|
||||
class="px-3"
|
||||
mat-button
|
||||
[color]="'primary'"
|
||||
[routerLink]="['./']">
|
||||
See all groups
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</fuse-card>
|
||||
|
||||
|
@ -442,13 +442,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-4 -mx-3">
|
||||
<button
|
||||
<a
|
||||
class="px-3"
|
||||
mat-button
|
||||
[color]="'primary'"
|
||||
[routerLink]="['./']">
|
||||
See all news
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</fuse-card>
|
||||
|
||||
|
@ -512,13 +512,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="flex items-center mt-6 -mx-3">
|
||||
<button
|
||||
<a
|
||||
class="px-3"
|
||||
mat-button
|
||||
[color]="'primary'"
|
||||
[routerLink]="['./']">
|
||||
See entire activity feed
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</fuse-card>
|
||||
|
||||
|
@ -549,8 +549,7 @@
|
|||
<div class="flex items-center mt-6 sm:mt-8 -mx-3">
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:photograph'"></mat-icon>
|
||||
|
@ -558,8 +557,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1 hidden sm:inline-flex"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:user-circle'"></mat-icon>
|
||||
|
@ -567,8 +565,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1 hidden sm:inline-flex"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:emoji-happy'"></mat-icon>
|
||||
|
@ -585,8 +582,7 @@
|
|||
<mat-menu #postCardMenu01="matMenu">
|
||||
<button
|
||||
class="sm:hidden"
|
||||
mat-menu-item
|
||||
[routerLink]="['./']">
|
||||
mat-menu-item>
|
||||
<span class="flex items-center">
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-3"
|
||||
|
@ -596,8 +592,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="sm:hidden"
|
||||
mat-menu-item
|
||||
[routerLink]="['./']">
|
||||
mat-menu-item>
|
||||
<span class="flex items-center">
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-3"
|
||||
|
@ -726,8 +721,7 @@
|
|||
<div class="flex items-center mx-3 sm:mx-5">
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 text-red-500 mr-2"
|
||||
[svgIcon]="'heroicons_solid:heart'"></mat-icon>
|
||||
|
@ -735,8 +729,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
|
||||
|
@ -744,8 +737,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:share'"></mat-icon>
|
||||
|
@ -840,18 +832,9 @@
|
|||
<b>Rutherford Brannan</b> Oh, I’m in.. Let’s arrange a trip for the next weekend if you want!
|
||||
</span>
|
||||
<div class="flex items-center text-sm text-secondary mt-2">
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Like
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Reply
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Hide replies
|
||||
</a>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Like</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Reply</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Hide replies</span>
|
||||
<span class="mr-2">•</span>
|
||||
<span>17 min</span>
|
||||
</div>
|
||||
|
@ -867,14 +850,8 @@
|
|||
<b>Caroline Lundu</b> Yes!! Let's talk about it on lunch!
|
||||
</span>
|
||||
<div class="flex items-center text-sm text-secondary mt-2">
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Like
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Reply
|
||||
</a>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Like</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Reply</span>
|
||||
<span class="mr-2">•</span>
|
||||
<span>15 min</span>
|
||||
</div>
|
||||
|
@ -890,14 +867,8 @@
|
|||
<b>Barbara Cotilla</b> Count me in !!!
|
||||
</span>
|
||||
<div class="flex items-center text-sm text-secondary mt-2">
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Like
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Reply
|
||||
</a>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Like</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Reply</span>
|
||||
<span class="mr-2">•</span>
|
||||
<span>12 min</span>
|
||||
</div>
|
||||
|
@ -914,18 +885,9 @@
|
|||
Your trip isn't going to worth it since you won't be seeing this exact sky.
|
||||
</span>
|
||||
<div class="flex items-center text-sm text-secondary mt-2">
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Like
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Reply
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Hide replies
|
||||
</a>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Like</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Reply</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Hide replies</span>
|
||||
<span class="mr-2">•</span>
|
||||
<span>24 min</span>
|
||||
</div>
|
||||
|
@ -941,14 +903,8 @@
|
|||
<b>Caroline Lundu</b> Hey, Alan! You must be fun at parties!
|
||||
</span>
|
||||
<div class="flex items-center text-sm text-secondary mt-2">
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Like
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Reply
|
||||
</a>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Like</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Reply</span>
|
||||
<span class="mr-2">•</span>
|
||||
<span>22 min</span>
|
||||
</div>
|
||||
|
@ -964,14 +920,8 @@
|
|||
<b>Alan Marti</b> Caroline, I'm telling the truth, and if you cannot stand the truth, maybe we shouldn't be friends anymore...
|
||||
</span>
|
||||
<div class="flex items-center text-sm text-secondary mt-2">
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Like
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Reply
|
||||
</a>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Like</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Reply</span>
|
||||
<span class="mr-2">•</span>
|
||||
<span>20 min</span>
|
||||
</div>
|
||||
|
@ -987,14 +937,8 @@
|
|||
<b>Caroline Lundu</b> Dude! Relax! I'm just messing with you...
|
||||
</span>
|
||||
<div class="flex items-center text-sm text-secondary mt-2">
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Like
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Reply
|
||||
</a>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Like</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Reply</span>
|
||||
<span class="mr-2">•</span>
|
||||
<span>18 min</span>
|
||||
</div>
|
||||
|
@ -1010,14 +954,8 @@
|
|||
<b>Alan Marti</b> Sorry! I had a bad morning, let's talk about this in couple hours, I need to relax a bit :(
|
||||
</span>
|
||||
<div class="flex items-center text-sm text-secondary mt-2">
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Like
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Reply
|
||||
</a>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Like</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Reply</span>
|
||||
<span class="mr-2">•</span>
|
||||
<span>16 min</span>
|
||||
</div>
|
||||
|
@ -1033,14 +971,8 @@
|
|||
<b>Marleah Eagleston</b> Count me in, too!
|
||||
</span>
|
||||
<div class="flex items-center text-sm text-secondary mt-2">
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Like
|
||||
</a>
|
||||
<a
|
||||
class="mr-2 hover:underline"
|
||||
[routerLink]="'./'">Reply
|
||||
</a>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Like</span>
|
||||
<span class="mr-2 cursor-pointer hover:underline">Reply</span>
|
||||
<span class="mr-2">•</span>
|
||||
<span>34 min</span>
|
||||
</div>
|
||||
|
@ -1136,8 +1068,7 @@
|
|||
<div class="flex items-center mx-3 sm:mx-5">
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 text-red-500 mr-2"
|
||||
[svgIcon]="'heroicons_solid:heart'"></mat-icon>
|
||||
|
@ -1145,8 +1076,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
|
||||
|
@ -1154,8 +1084,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:share'"></mat-icon>
|
||||
|
@ -1298,8 +1227,7 @@
|
|||
<div class="flex items-center mx-3 sm:mx-5">
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 text-red-500 mr-2"
|
||||
[svgIcon]="'heroicons_solid:heart'"></mat-icon>
|
||||
|
@ -1307,8 +1235,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
|
||||
|
@ -1316,8 +1243,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:share'"></mat-icon>
|
||||
|
@ -1455,8 +1381,7 @@
|
|||
<div class="flex items-center mx-3 sm:mx-5">
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 text-red-500 mr-2"
|
||||
[svgIcon]="'heroicons_solid:heart'"></mat-icon>
|
||||
|
@ -1464,8 +1389,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
|
||||
|
@ -1473,8 +1397,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:share'"></mat-icon>
|
||||
|
@ -1609,8 +1532,7 @@
|
|||
<div class="flex items-center mx-3 sm:mx-5">
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 text-red-500 mr-2"
|
||||
[svgIcon]="'heroicons_solid:heart'"></mat-icon>
|
||||
|
@ -1618,8 +1540,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
|
||||
|
@ -1627,8 +1548,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:share'"></mat-icon>
|
||||
|
@ -1766,8 +1686,7 @@
|
|||
<div class="flex items-center mx-3 sm:mx-5">
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 text-red-500 mr-2"
|
||||
[svgIcon]="'heroicons_solid:heart'"></mat-icon>
|
||||
|
@ -1775,8 +1694,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:chat-alt'"></mat-icon>
|
||||
|
@ -1784,8 +1702,7 @@
|
|||
</button>
|
||||
<button
|
||||
class="px-3 mr-1"
|
||||
mat-button
|
||||
[routerLink]="['./']">
|
||||
mat-button>
|
||||
<mat-icon
|
||||
class="icon-size-5 mr-2"
|
||||
[svgIcon]="'heroicons_solid:share'"></mat-icon>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -88,7 +88,7 @@ export interface PageLayoutsOverviewData
|
|||
</div>
|
||||
</div>
|
||||
<div *ngIf="selectedOption.link">
|
||||
<button
|
||||
<a
|
||||
mat-flat-button
|
||||
[color]="'primary'"
|
||||
[routerLink]="selectedOption.link">
|
||||
|
@ -96,7 +96,7 @@ export interface PageLayoutsOverviewData
|
|||
class="mr-2 icon-size-5"
|
||||
[svgIcon]="'heroicons_solid:external-link'"></mat-icon>
|
||||
<span>View</span>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user