Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountProfileModalComponent

Hierarchy

  • AccountProfileModalComponent

Implements

  • OnInit
  • OnDestroy

Index

Constructors

constructor

Properties

Private accountService

accountService: AccountService

injected AccountService

currentProfile

currentProfile: ProfileJs = this.accountService.guestProfile

error

error: string = ""

loading

loading: boolean = false

modal

modal: ModalDirective

Private notificationService

notificationService: NotificationService

injected NotificationService

Private subscription

subscription: Subscription

Methods

hideUpdateModal

  • hideUpdateModal(): void

ngOnDestroy

  • ngOnDestroy(): void

ngOnInit

  • ngOnInit(): void

onSubmit

  • onSubmit(): void

showUpdateModal

  • showUpdateModal(userProfile: ProfileJs): void

Generated using TypeDoc