src/client/main.desktop.ts

electron
electron:
app
app:
Menu
Menu: any
Type : any
shell
shell: any
Type : any
BrowserWindow
BrowserWindow:
mainWindow
mainWindow: any
Type : any
template
template: any
Type : any
menu
menu: any
Type : any

src/client/system-config.ts

System
System:

src/client/web.module.ts

routerModule
routerModule:
window
window:
DEV_IMPORTS
DEV_IMPORTS: any[]
Type : any[]

src/client/app/components/app.routes.ts

routes
routes: Array<any>
Type : Array<any>

src/client/app/components/index.ts

APP_COMPONENTS
APP_COMPONENTS: any[]
Type : any[]

src/client/app/components/about/about.routes.ts

AboutRoutes
AboutRoutes: Array<any>
Type : Array<any>

src/client/app/components/home/home.routes.ts

HomeRoutes
HomeRoutes: Array<any>
Type : Array<any>

src/client/app/components/puzzle/puzzle.routes.ts

PuzzleRoutes
PuzzleRoutes: Array<any>
Type : Array<any>

src/client/app/modules/ngrx/index.ts

reducers
reducers: object
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: ActionReducer<>
Type : ActionReducer<>
productionReducer
productionReducer: ActionReducer<>
Type : ActionReducer<>
getLang
getLang: any
Type : any
getNames
getNames: any
Type : any

src/client/app/modules/shared/shared.module.ts

SHARED_MODULES
SHARED_MODULES: any[]
Type : any[]

src/client/app/modules/test/index.ts

t
t: TestApi
Type : TestApi
Default value : Ng2Jasmine

src/client/app/modules/analytics/services/index.ts

ANALYTICS_PROVIDERS
ANALYTICS_PROVIDERS: Array<any>
Type : Array<any>

src/client/app/modules/electron/services/event.service.ts

window
window: any
Type : any

src/client/app/modules/core/directives/index.ts

CORE_DIRECTIVES
CORE_DIRECTIVES: any[]
Type : any[]

src/client/app/modules/core/services/index.ts

CORE_PROVIDERS
CORE_PROVIDERS: any[]
Type : any[]

src/client/app/modules/core/utils/type.ts

typeCache
typeCache: literal type
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.

src/client/app/modules/puzzle/actions/index.ts

ACTION_PROVIDERS
ACTION_PROVIDERS: any[]
Type : any[]

src/client/app/modules/puzzle/components/index.ts

PUZZLE_COMPONENTS
PUZZLE_COMPONENTS: any[]
Type : any[]

src/client/app/modules/puzzle/services/index.ts

PUZZLE_PROVIDERS
PUZZLE_PROVIDERS: any[]
Type : any[]

src/client/app/modules/i18n/actions/multilingual.action.ts

ActionTypes
ActionTypes: IMultilingualActions
Type : IMultilingualActions

src/client/app/modules/i18n/common/category.common.ts

CATEGORY
CATEGORY: string
Type : string
Default value : Multilingual

src/client/app/modules/i18n/components/index.ts

MULTILANG_COMPONENTS
MULTILANG_COMPONENTS: any[]
Type : any[]

src/client/app/modules/i18n/services/index.ts

MULTILANG_PROVIDERS
MULTILANG_PROVIDERS: any[]
Type : any[]

This is located in the i18n folder for organization However these are imported in CoreModule since MultilingualService should be a singleton across entire app lazy-loaded modules or not.

src/client/app/modules/i18n/services/multilingual.service.ts

Languages
Languages: InjectionToken<>
Type : InjectionToken<>
LanguageViewHelper
LanguageViewHelper: InjectionToken<>
Type : InjectionToken<>
LanguageProviders
LanguageProviders: []
Type : []

src/client/app/modules/i18n/states/multilingual.state.ts

initialState
initialState: IMultilingualState
Type : IMultilingualState

src/client/app/modules/shared/components/index.ts

SHARED_COMPONENTS
SHARED_COMPONENTS: any[]
Type : any[]

src/client/app/modules/sample/states/sample.state.ts

sampleInitialState
sampleInitialState: ISampleState
Type : ISampleState

src/client/app/modules/sample/services/index.ts

SAMPLE_PROVIDERS
SAMPLE_PROVIDERS: any[]
Type : any[]

src/client/app/modules/test/e2e/dropdowns.ts

browser
browser: any
Type : any

src/client/app/modules/test/shorthand/ng2-jasmine.ts

Ng2Jasmine
Ng2Jasmine: TestApi
Type : TestApi

src/client/app/modules/core/testing/providers/http.ts

providers
providers: Array<any>
Type : Array<any>

results matching ""

    No results matching ""