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