File

src/core/user-profile/user-profile.service.ts

Index

Methods
Accessors

Constructor

constructor(initialValues: T, profileType: string, profileName: string, profileKey: string)
Parameters :
Name Type Optional
initialValues T No
profileType string No
profileName string No
profileKey string No

Methods

Public getValue
getValue(key, defaultValue?)
Type parameters :
  • P

Retrieves a value stored in the user profle

Parameters :
Name Optional Description
key No
defaultValue Yes

the default value to return if the key is not already stored

Returns : P

T[typeof key]

Public hasValue
hasValue(key)

Indicates if this user profile contains a value for the given key

Parameters :
Name Optional
key No
Returns : boolean

boolean

Public setValue
setValue(key, value)

Updates a value of the user's profile locally

Parameters :
Name Optional
key No
value No
Returns : void
Public toObject
toObject()

A simple object representation of this User Profile

Returns : T

T

Accessors

userProfleKey
getuserProfleKey()

The User Profile Key

Returns : string
userProfileType
getuserProfileType()

The User Profile Type

userProfileName
getuserProfileName()

The User Profile name

Returns : string

result-matching ""

    No results matching ""