Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ngrx/platform
/ warn
Method
warn
modules/data/src/utils/default-logger.ts:26–34 ·
view source on GitHub ↗
(message?: any, extra?: any)
Source
from the content-addressed store, hash-verified
24
}
25
26
warn(message?: any, extra?: any) {
27
if
(message) {
28
if
(extra) {
29
console.warn(message, extra);
30
}
else
{
31
console.warn(message);
32
}
33
}
34
}
35
}
Callers
14
constructor
Method · 0.80
index.ts
File · 0.80
updateFlatConfig
Function · 0.80
updateJsonConfig
Function · 0.80
execute
Method · 0.80
createFeatureSelector
Function · 0.80
rxMethodFn
Function · 0.80
signalMethodFn
Function · 0.80
patchState
Function · 0.80
assertUniqueStoreMembers
Function · 0.80
updateEntitiesMutably
Function · 0.80
sendToReduxDevtools
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected