|
|
@ -49,9 +49,9 @@ import { catchError } from 'rxjs/operators'; |
|
|
}) |
|
|
}) |
|
|
export class GfPricingPageComponent implements OnInit { |
|
|
export class GfPricingPageComponent implements OnInit { |
|
|
public baseCurrency: string; |
|
|
public baseCurrency: string; |
|
|
public coupon: number; |
|
|
public coupon: number | undefined; |
|
|
public couponId: string; |
|
|
public couponId: string | undefined; |
|
|
public durationExtension: StringValue; |
|
|
public durationExtension: StringValue | undefined; |
|
|
public hasPermissionToCreateUser: boolean; |
|
|
public hasPermissionToCreateUser: boolean; |
|
|
public hasPermissionToUpdateUserSettings: boolean; |
|
|
public hasPermissionToUpdateUserSettings: boolean; |
|
|
|
|
|
|
|
|
@ -68,8 +68,8 @@ export class GfPricingPageComponent implements OnInit { |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
public isLoggedIn: boolean; |
|
|
public isLoggedIn: boolean; |
|
|
public label: string; |
|
|
public label: string | undefined; |
|
|
public price: number; |
|
|
public price: number | undefined; |
|
|
public priceId: string; |
|
|
public priceId: string; |
|
|
|
|
|
|
|
|
public professionalDataProviderTooltipPremium = translate( |
|
|
public professionalDataProviderTooltipPremium = translate( |
|
|
|