Код: Выделить всё
class="flex gap-5 justify-left items-center text-center pl-5 group hover:cursor-pointer m-3 backdrop-blur-md"
[routerLink]="route"
>
class="text-xl font-bold group-hover:text-cyan-600 transition-all duration-300"
routerLinkActive="active-link"
>
{{ title }}
Код: Выделить всё
я пробовал:
Код: Выделить всё
class="flex gap-5 justify-left items-center text-center pl-5 group hover:cursor-pointer m-3 backdrop-blur-md"
[routerLink]="route"
routerLinkActive="active-link"
>
class="text-xl font-bold group-hover:text-cyan-600 transition-all duration-300"
>
{{ title }}
Код: Выделить всё
.active-link {
color: red;
}
Я читал:
Активная ссылка маршрутизатора Angular
, но это не помогло.< /п>
Подробнее здесь: https://stackoverflow.com/questions/793 ... -as-a-prop