|
|
@ -66,7 +66,9 @@ |
|
|
|
>Resources</a |
|
|
|
> |
|
|
|
<a |
|
|
|
*ngIf="hasPermissionForSubscription" |
|
|
|
*ngIf=" |
|
|
|
hasPermissionForSubscription && user?.subscription?.type === 'Basic' |
|
|
|
" |
|
|
|
class="d-none d-sm-block mx-1" |
|
|
|
i18n |
|
|
|
mat-flat-button |
|
|
@ -203,7 +205,9 @@ |
|
|
|
>Resources</a |
|
|
|
> |
|
|
|
<a |
|
|
|
*ngIf="hasPermissionForSubscription" |
|
|
|
*ngIf=" |
|
|
|
hasPermissionForSubscription && user?.subscription?.type === 'Basic' |
|
|
|
" |
|
|
|
class="d-block d-sm-none" |
|
|
|
i18n |
|
|
|
mat-menu-item |
|
|
|