Skip to content

SessionStorageService

injectable

Add a reference to a temporary localstorage entry that should be cleared when a new browser session starts. In context of forms this will be used to cleanup the layout state of forms (selected tabs etc.) that are stored locally but should only be pesisted for one browser session.

addTemporaryStorageEntry(storageKey: string): void
NameTypeDescription
storageKeystring