@let isFavorite = isFavorite$ | async; @if (isFavorite === false) { add {{ 'PORTALS.ADD_TO_FAVORITES' | translate }} } @else { check {{ 'PORTALS.REMOVE_FROM_FAVORITES' | translate }} }