|
|
@ -4,7 +4,10 @@ |
|
|
|
<div class="align-items-center d-flex flex-column"> |
|
|
|
<gf-membership-card |
|
|
|
[expiresAt]="user?.subscription?.expiresAt | date: defaultDateFormat" |
|
|
|
[hasPermissionToCreateApiKey]="hasPermissionToCreateApiKey" |
|
|
|
[hasPermissionToCreateApiKey]=" |
|
|
|
hasPermissionToCreateApiKey && |
|
|
|
user?.settings?.isExperimentalFeatures |
|
|
|
" |
|
|
|
[name]="user?.subscription?.type" |
|
|
|
(generateApiKeyClicked)="onGenerateApiKey()" |
|
|
|
/> |
|
|
|