UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

13 lines (9 loc) 487 B
import { module } from 'angular'; import { react2angular } from 'react2angular'; import { withErrorBoundary } from 'core/presentation/SpinErrorBoundary'; import { AllClustersGroupings } from './AllClustersGroupings'; export const CLUSTER_ALLCLUSTERSGROUPINGS = 'core.cluster.allclustergroupings'; module(CLUSTER_ALLCLUSTERSGROUPINGS, []).component( 'allClustersGroupings', react2angular(withErrorBoundary(AllClustersGroupings, 'allClustersGroupings'), ['app', 'initialized']), );