electron |
electron:
|
app |
app:
|
Menu |
Menu:
|
Type : any
|
shell |
shell:
|
Type : any
|
BrowserWindow |
BrowserWindow:
|
mainWindow |
mainWindow:
|
Type : any
|
template |
template:
|
Type : any
|
menu |
menu:
|
Type : any
|
System |
System:
|
routerModule |
routerModule:
|
window |
window:
|
DEV_IMPORTS |
DEV_IMPORTS:
|
Type : any[]
|
routes |
routes:
|
Type : Array<any>
|
APP_COMPONENTS |
APP_COMPONENTS:
|
Type : any[]
|
AboutRoutes |
AboutRoutes:
|
Type : Array<any>
|
HomeRoutes |
HomeRoutes:
|
Type : Array<any>
|
PuzzleRoutes |
PuzzleRoutes:
|
Type : Array<any>
|
reducers |
reducers:
|
Type : object
|
Because metareducers take a reducer function and return a new reducer, we can use our compose helper to chain them together. Here we are using combineReducers to make our top level reducer, and then wrapping that in storeLogger. Remember that compose applies the result from right to left. |
developmentReducer |
developmentReducer:
|
Type : ActionReducer<>
|
productionReducer |
productionReducer:
|
Type : ActionReducer<>
|
getLang |
getLang:
|
Type : any
|
getNames |
getNames:
|
Type : any
|
SHARED_MODULES |
SHARED_MODULES:
|
Type : any[]
|
t |
t:
|
Type : TestApi
|
Default value : Ng2Jasmine
|
ANALYTICS_PROVIDERS |
ANALYTICS_PROVIDERS:
|
Type : Array<any>
|
window |
window:
|
Type : any
|
CORE_DIRECTIVES |
CORE_DIRECTIVES:
|
Type : any[]
|
CORE_PROVIDERS |
CORE_PROVIDERS:
|
Type : any[]
|
typeCache |
typeCache:
|
Type : literal type
|
This function coerces a string into a string literal type. Using tagged union types in TypeScript 2.0, this enables powerful typechecking of our reducers. Since every action label passes through this function it is a good place to ensure all of our action labels are unique. |
ACTION_PROVIDERS |
ACTION_PROVIDERS:
|
Type : any[]
|
PUZZLE_COMPONENTS |
PUZZLE_COMPONENTS:
|
Type : any[]
|
PUZZLE_PROVIDERS |
PUZZLE_PROVIDERS:
|
Type : any[]
|
ActionTypes |
ActionTypes:
|
Type : IMultilingualActions
|
CATEGORY |
CATEGORY:
|
Type : string
|
Default value : Multilingual
|
MULTILANG_COMPONENTS |
MULTILANG_COMPONENTS:
|
Type : any[]
|
Languages |
Languages:
|
Type : InjectionToken<>
|
LanguageViewHelper |
LanguageViewHelper:
|
Type : InjectionToken<>
|
LanguageProviders |
LanguageProviders:
|
Type : []
|
initialState |
initialState:
|
Type : IMultilingualState
|
SHARED_COMPONENTS |
SHARED_COMPONENTS:
|
Type : any[]
|
sampleInitialState |
sampleInitialState:
|
Type : ISampleState
|
SAMPLE_PROVIDERS |
SAMPLE_PROVIDERS:
|
Type : any[]
|
browser |
browser:
|
Type : any
|
Ng2Jasmine |
Ng2Jasmine:
|
Type : TestApi
|
providers |
providers:
|
Type : Array<any>
|