UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

7 lines (4 loc) 237 B
import { module } from 'angular'; import { VIEW_EVENTS_LINK_COMPONENT } from './events/events.component'; export const ECS_SERVERGROUP_MODULE = 'spinnaker.ecs.serverGroup'; module(ECS_SERVERGROUP_MODULE, [VIEW_EVENTS_LINK_COMPONENT]);