UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

23 lines (20 loc) 1.25 kB
import { module } from 'angular'; import { SPINNER_WRAPPER } from './Spinner'; import { CORE_WIDGETS_ACCOUNTNAMESPACECLUSTERSELECTOR_COMPONENT } from './accountNamespaceClusterSelector.component'; import { CORE_WIDGETS_ACCOUNTREGIONCLUSTERSELECTOR_COMPONENT } from './accountRegionClusterSelector.component'; import { ACCOUNT_REGION_CLUSTER_SELECTOR_WRAPPER } from './accountRegionClusterSelectorWrapper.component'; import { CORE_WIDGETS_ACTIONICONS_ACTIONICONS_COMPONENT } from './actionIcons/actionIcons.component'; import { CORE_WIDGETS_SCOPECLUSTERSELECTOR_DIRECTIVE } from './scopeClusterSelector.directive'; import { CORE_WIDGETS_SPELTEXT_SPELSELECT_COMPONENT } from './spelText/spelSelect.component'; import { CORE_WIDGETS_SPELTEXT_SPELTEXT_DECORATOR } from './spelText/spelText.decorator'; export const WIDGETS_MODULE = 'spinnaker.core.widgets'; module(WIDGETS_MODULE, [ CORE_WIDGETS_ACCOUNTNAMESPACECLUSTERSELECTOR_COMPONENT, CORE_WIDGETS_ACCOUNTREGIONCLUSTERSELECTOR_COMPONENT, ACCOUNT_REGION_CLUSTER_SELECTOR_WRAPPER, CORE_WIDGETS_SCOPECLUSTERSELECTOR_DIRECTIVE, CORE_WIDGETS_SPELTEXT_SPELTEXT_DECORATOR, CORE_WIDGETS_SPELTEXT_SPELSELECT_COMPONENT, CORE_WIDGETS_ACTIONICONS_ACTIONICONS_COMPONENT, SPINNER_WRAPPER, ]);