Index

src/lib/tokens.ts

EXTRACT_USERNAME_FROM_PROFILE
Default value : new InjectionToken<ExtractUsernameFromProfileFn>( 'extract-username-from-profile', { providedIn: 'root', factory: () => (profile: any) => ( profile ? profile.displayName || profile.username || profile.email || profile.name : null ) || null, }, )
RXAP_DEFAULT_HEADER_ITEM_COMPONENT
Default value : new InjectionToken<Array<DefaultHeaderItemComponent | (() => Promise<DefaultHeaderItemComponent>)>>('rxap/layout/default-header-item-component')
RXAP_EXTERNAL_APP
Default value : new InjectionToken<ExternalApp>('rxap/layout/external-app')
RXAP_EXTERNAL_APP_FILTER
Default value : new InjectionToken<MethodWithParameters<ExternalApp[], ExternalApp[]>>('rxap/layout/app-config-filter')
RXAP_FOOTER_COMPONENT
Default value : new InjectionToken<ComponentType<unknown>>('rxap/layout/footer-component')
RXAP_HEADER_COMPONENT
Default value : new InjectionToken<ComponentType<unknown>>('rxap/layout/header-component')
RXAP_LAYOUT_APPS_GRID
Default value : new InjectionToken('rxap/layout/apps-grid')
RXAP_LOGO_CONFIG
Default value : new InjectionToken<LogoConfig>('rxap/layout/logo-config')
RXAP_LOGO_CONFIG_DEFAULTS
Default value : new InjectionToken<LogoConfig>('rxap/layout/logo-config/defaults')
RXAP_NAVIGATION_CONFIG
Default value : new InjectionToken<NavigationWithInserts | (() => NavigationWithInserts)>( 'rxap/layout/navigation-config')
RXAP_NAVIGATION_CONFIG_INSERTS
Default value : new InjectionToken<Record<string, NavigationWithInserts>>( 'rxap/layout/navigation-config-inserts')
RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS
Default value : new InjectionToken<Omit<NavigationConfig, 'apps'>>('rxap/layout/navigation-config/defaults')
RXAP_RELEASE_INFO_MODULE
Default value : new InjectionToken<ReleaseInfoModule>('rxap/layout/release-info-module')
RXAP_SETTINGS_MENU_ITEM
Default value : new InjectionToken<SettingsMenuItem>('rxap/layout/settings-menu-item')
RXAP_SETTINGS_MENU_ITEM_COMPONENT
Default value : new InjectionToken<Array<SettingsMenuItemComponent | (() => Promise<SettingsMenuItemComponent>)>>('rxap/layout/settings-menu-item-component')
RXAP_USER_PROFILE_DATA_SOURCE
Default value : new InjectionToken<DataSource>('rxap/layout/user-profile-data-source', { providedIn: 'root', factory: () => staticDataSource(null), })

src/generators/init/index.ts

schematic
Default value : convertNxGenerator(generator)

results matching ""

    No results matching ""