forms in notifications and user-profile screens readonly
This commit is contained in:
parent
1334e340cd
commit
6507f5ad23
@ -20,7 +20,7 @@ export class NotificationsScreenComponent implements OnInit {
|
|||||||
readonly notificationGroupsValues = NotificationGroupsValues;
|
readonly notificationGroupsValues = NotificationGroupsValues;
|
||||||
readonly translations = notificationsTranslations;
|
readonly translations = notificationsTranslations;
|
||||||
|
|
||||||
formGroup: FormGroup = this._getForm();
|
readonly formGroup: FormGroup = this._getForm();
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private readonly _toaster: Toaster,
|
private readonly _toaster: Toaster,
|
||||||
|
|||||||
@ -17,7 +17,7 @@ import { LanguageService } from '../../../../../i18n/language.service';
|
|||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
})
|
})
|
||||||
export class UserProfileScreenComponent implements OnInit {
|
export class UserProfileScreenComponent implements OnInit {
|
||||||
formGroup: FormGroup = this._getForm();
|
readonly formGroup: FormGroup = this._getForm();
|
||||||
changePasswordUrl: SafeResourceUrl;
|
changePasswordUrl: SafeResourceUrl;
|
||||||
translations = languagesTranslations;
|
translations = languagesTranslations;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user