UNPKG

@fleetbase/ember-core

Version:

Provides all the core services, decorators and utilities for building a Fleetbase extension for the Console.

36 lines (34 loc) 686 B
export const hostServices = [ 'store', 'session', 'current-user', 'fetch', 'socket', 'media', 'app-cache', 'url-search-params', 'modals-manager', 'resource-context-panel', 'custom-fields-registry', 'table-context', 'loader', 'filters', 'crud', 'notifications', 'fileQueue', 'sidebar', 'dashboard', 'docs-panel', 'universe', 'universe/menu-service', 'universe/registry-service', 'universe/hook-service', 'universe/widget-service', 'universe/extension-manager', 'events', 'intl', 'abilities', 'language', { hostRouter: 'router' }, ]; export default hostServices;