Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanWahlin/Observable-Store
/ functions
Functions
243 in github.com/DanWahlin/Observable-Store
⨍
Functions
243
◇
Types & classes
129
↓ 1 callers
Method
getOrders
(id: number)
samples/angular-store/src/app/core/services/orders.service.ts:30
↓ 1 callers
Method
getOrders
(id)
samples/react-store/src/stores/OrdersStore.js:18
↓ 1 callers
Method
getValue
()
modules/observable-store/utilities/cloner.service.spec.ts:84
↓ 1 callers
Method
hookRouter
()
modules/observable-store-extensions/redux-devtools.extension.ts:185
↓ 1 callers
Method
loadState
(action: any)
modules/observable-store-extensions/redux-devtools.extension.ts:89
↓ 1 callers
Method
navigateToPath
(actionState: any)
modules/observable-store-extensions/redux-devtools.extension.ts:106
↓ 1 callers
Method
processDevToolsAction
(action: any)
modules/observable-store-extensions/redux-devtools.extension.ts:63
↓ 1 callers
Method
remove
()
samples/angular-simple-store/src/app/core/store/customers.service.ts:61
↓ 1 callers
Method
removeService
(service: unknown)
modules/observable-store/observable-store-base.ts:76
↓ 1 callers
Method
sendStateToDevTool
()
modules/observable-store-extensions/redux-devtools.extension.ts:169
↓ 1 callers
Method
setStateFromDevTools
(state: any, action: string)
modules/observable-store-extensions/redux-devtools.extension.ts:131
↓ 1 callers
Method
sort
(collection: any[], prop: any)
samples/angular-store/src/app/core/sorter.service.ts:11
↓ 1 callers
Method
sort
(collection: any[], prop: any)
samples/angular-simple-store/src/app/core/utilities/sorter.service.ts:13
↓ 1 callers
Method
sync
()
modules/observable-store-extensions/redux-devtools.extension.ts:154
↓ 1 callers
Method
toJSON
()
modules/observable-store/utilities/cloner.service.spec.ts:24
↓ 1 callers
Method
update
(customer: Customer)
samples/angular-store-edits/src/app/customers/customers-edit/customers-edit.component.ts:70
↓ 1 callers
Method
update
(customer)
samples/react-store/src/stores/CustomersStore.js:40
↓ 1 callers
Method
updateForTestAction
(value: string, action: string, cloneState: boolean = true)
modules/observable-store/tests/mocks.ts:31
↓ 1 callers
Method
updateMap
(map: Map<any, any>, deepCloneState: boolean = true)
modules/observable-store/tests/mocks.ts:89
↓ 1 callers
Method
updateProp1WithDispatch
(value: string, dispatchState: boolean)
modules/observable-store/tests/mocks.ts:42
↓ 1 callers
Method
updateTheme
(userSettings: UserSettings)
samples/angular-store-edits/src/app/app.component.ts:46
↓ 1 callers
Method
userSettingsChanged
()
samples/angular-store-edits/src/app/core/user-settings.service.ts:47
↓ 1 callers
Function
validate
(cust)
samples/react-store/src/customers/CustomerEdit.jsx:31
Function
App
()
samples/react-store/src/App.jsx:6
Function
CustomerEdit
()
samples/react-store/src/customers/CustomerEdit.jsx:6
Function
CustomerRow
({ customer })
samples/react-store/src/customers/CustomerRow.jsx:4
Function
CustomersContainer
()
samples/react-store/src/customers/CustomersContainer.jsx:5
Function
CustomersList
({ customers })
samples/react-store/src/customers/CustomersList.jsx:5
Function
OrdersContainer
()
samples/react-store/src/orders/OrdersContainer.jsx:8
Function
OrdersList
({ orders })
samples/react-store/src/orders/OrdersList.jsx:3
Method
addCustomer
()
samples/angular-simple-store/src/app/app.component.ts:30
Method
addCustomer
()
samples/angular-stateChanged/src/app/app.component.ts:26
Method
addCustomer
(customer: Customer)
samples/angular-stateChanged/src/app/core/customers.service.ts:48
Method
addExtension
(extension: ObservableStoreExtension)
modules/observable-store/observable-store-base.ts:83
Method
allStoreServices
* Provides access to all services that interact with ObservableStore. Useful for extensions * that need to be able to access a specific service.
modules/observable-store/observable-store.ts:95
Function
capitalizeProp1
(state: MockState)
modules/observable-store/tests/observable-store.spec.ts:47
Method
clone
()
modules/observable-store/utilities/cloner.service.spec.ts:88
Method
constructor
(settings: ObservableStoreSettings)
modules/observable-store/observable-store.ts:58
Method
constructor
(public prop1: string, public prop2: string)
modules/observable-store/utilities/cloner.service.spec.ts:5
Method
constructor
(dateStr: string | MockDateLib)
modules/observable-store/utilities/cloner.service.spec.ts:12
Method
constructor
(init?: Record<string, any> | MutableConfig)
modules/observable-store/utilities/cloner.service.spec.ts:47
Method
constructor
(val: number | PrimitiveJsonClass)
modules/observable-store/utilities/cloner.service.spec.ts:72
Method
constructor
(public name: string, public age: number)
modules/observable-store/utilities/cloner.service.spec.ts:95
Method
constructor
(settings)
modules/observable-store/tests/mocks.ts:79
Method
constructor
(private config?: ReduxDevtoolsExtensionConfig)
modules/observable-store-extensions/redux-devtools.extension.ts:25
Method
constructor
(private config?: ReduxDevtoolsExtensionConfig)
modules/observable-store-extensions/angular/angular-devtools-extension.ts:8
Method
constructor
(private customersService: CustomersService)
samples/angular-store/src/app/customers/customers.component.ts:18
Method
constructor
()
samples/angular-store/src/app/customers/customers-list/filter-textbox.component.ts:25
Method
constructor
(private sorterService: SorterService)
samples/angular-store/src/app/customers/customers-list/customers-list.component.ts:30
Method
constructor
(private http: HttpClient)
samples/angular-store/src/app/core/services/orders.service.ts:15
Method
constructor
(private http: HttpClient)
samples/angular-store/src/app/core/services/customers.service.ts:16
Method
constructor
(private customersService: CustomersService, private ordersService: OrdersService,
samples/angular-store/src/app/orders/orders.component.ts:22
Method
constructor
(@Inject(DOCUMENT) private document: Document, private customersService: CustomersService, private use
samples/angular-store-edits/src/app/app.component.ts:22
Method
constructor
(private customersService: CustomersService)
samples/angular-store-edits/src/app/customers/customers.component.ts:18
Method
constructor
(private http: HttpClient)
samples/angular-store-edits/src/app/customers/customers.service.ts:17
Method
constructor
()
samples/angular-store-edits/src/app/customers/customers-list/filter-textbox.component.ts:28
Method
constructor
(private sorterService: SorterService)
samples/angular-store-edits/src/app/customers/customers-list/customers-list.component.ts:30
Method
constructor
( private customersService: CustomersService, private router: Router, private route: Activat
samples/angular-store-edits/src/app/customers/customers-edit/customers-edit.component.ts:29
Method
constructor
(private userSettingsService: UserSettingsService)
samples/angular-store-edits/src/app/user-settings/user-settings.component.ts:23
Method
constructor
(private http: HttpClient)
samples/angular-store-edits/src/app/core/user-settings.service.ts:17
Method
constructor
(private ordersService: OrdersService, private route: ActivatedRoute)
samples/angular-store-edits/src/app/orders/orders.component.ts:18
Method
constructor
(private http: HttpClient)
samples/angular-store-edits/src/app/orders/orders.service.ts:19
Method
constructor
(private customersService: CustomersService)
samples/angular-simple-store/src/app/app.component.ts:20
Method
constructor
(sorterService: SorterService)
samples/angular-simple-store/src/app/core/store/customers.service.ts:21
Method
constructor
(private customersService: CustomersService)
samples/angular-stateChanged/src/app/app.component.ts:19
Method
constructor
()
samples/angular-stateChanged/src/app/core/customers.service.ts:27
Method
constructor
(private customersService: CustomersService)
samples/angular-stateChanged/src/app/child/child.component.ts:15
Method
constructor
()
samples/react-store/src/stores/CustomersStore.js:5
Method
constructor
()
samples/react-store/src/stores/OrdersStore.js:5
Method
constructor
()
samples/javascript-demo/src/customers-store.js:5
Method
createDb
Create the in-memory database. Sample data is found below.
samples/angular-store-edits/src/app/core/in-memory-data.service.ts:22
Method
currentState
()
modules/observable-store/tests/mocks.ts:66
Method
currentState
()
modules/observable-store/tests/mocks.ts:112
Method
customerTrackBy
(index: number, customer: Customer)
samples/angular-store/src/app/customers/customers-list/customers-list.component.ts:63
Method
customerTrackBy
(index: number, customer: Customer)
samples/angular-store-edits/src/app/customers/customers-list/customers-list.component.ts:58
Method
customers
()
samples/angular-store/src/app/customers/customers-list/customers-list.component.ts:17
Method
customers
()
samples/angular-store-edits/src/app/customers/customers-list/customers-list.component.ts:17
Method
delete
(id: number)
samples/angular-store-edits/src/app/customers/customers.service.ts:87
Method
delete
()
samples/angular-store-edits/src/app/customers/customers-edit/customers-edit.component.ts:62
Method
delete
(id)
samples/javascript-demo/src/customers-store.js:51
Method
filter
(data: string)
samples/angular-store/src/app/customers/customers-list/customers-list.component.ts:45
Method
filter
(data: string)
samples/angular-store-edits/src/app/customers/customers-list/customers-list.component.ts:41
Method
genId
* Simulate generating new Id on the server * All collections in this db have numeric ids. * Seed grows by highest id seen in any of the collecti
samples/angular-store-edits/src/app/core/in-memory-data.service.ts:31
Method
get
()
samples/angular-simple-store/src/app/core/store/customers.service.ts:41
Method
getAll
()
samples/angular-store-edits/src/app/orders/orders.service.ts:34
Method
getCustomer
(id)
samples/javascript-demo/src/customers-store.js:34
Method
getCustomers
()
samples/angular-stateChanged/src/app/core/customers.service.ts:44
Method
getInputValue
(event: Event)
samples/angular-store-edits/src/app/customers/customers-list/filter-textbox.component.ts:22
Method
globalSettings
* get/set global settings throughout the application for ObservableStore. * See the [Observable Store Settings](https://github.com/danwahlin/obse
modules/observable-store/observable-store.ts:73
Function
handleDelete
(event)
samples/react-store/src/customers/CustomerEdit.jsx:45
Method
handleError
(error: any)
samples/angular-store/src/app/core/services/orders.service.ts:53
Method
handleError
(error: any)
samples/angular-store/src/app/core/services/customers.service.ts:56
Method
handleError
(error: any)
samples/angular-store-edits/src/app/customers/customers.service.ts:113
Method
handleError
(error: any)
samples/angular-store-edits/src/app/core/user-settings.service.ts:60
Method
handleError
(error: any)
samples/angular-store-edits/src/app/orders/orders.service.ts:68
Function
handleFilterChange
(e)
samples/react-store/src/customers/CustomersList.jsx:40
Function
handleSubmit
(event)
samples/react-store/src/customers/CustomerEdit.jsx:51
Method
init
Function used to initialize the extension.
modules/observable-store/interfaces.ts:46
Method
init
(state?: unknown)
modules/observable-store-extensions/interfaces.ts:5
Method
init
()
modules/observable-store-extensions/redux-devtools.extension.ts:29
← previous
next →
101–200 of 243, ranked by callers