UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

9 lines (6 loc) 435 B
import { module } from 'angular'; import './TargetTrackingPolicy.config'; import { TARGET_TRACKING_CHART_COMPONENT } from './targetTrackingChart.component'; import { TARGET_TRACKING_SUMMARY_COMPONENT } from './targetTrackingSummary.component'; export const TARGET_TRACKING_MODULE = 'spinnaker.amazon.scalingPolicy.targetTracking'; module(TARGET_TRACKING_MODULE, [TARGET_TRACKING_CHART_COMPONENT, TARGET_TRACKING_SUMMARY_COMPONENT]);