Last updated 5 years ago
A class for creating stores.
@parameters
@return
const loaderStore = new NgStore({ visible: false, label: 'Loading...' });
Name
Type
Description
initialState
object
Initial state of store.
NgStore
New NgStore instance.