Angular SPA Framework - StateManager - Configuration

This section describes configuration options used to create a StateManager object.

storage

A storage to which the state manager saves the application state.

Type:

Object

As the StateManager object is created internally, you do not have to create it manually. However, you can specify the storage to be used by the application's state manager to store the application state. For this purpose, use the stateStorage configuration option of the HtmlApplication object.