UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

11 lines (7 loc) 260 B
'use strict'; import { module } from 'angular'; import { CI_DATASOURCE } from './ci.dataSource'; import { CI_STATES } from './ci.states'; export const CI_MODULE = 'spinnaker.ci'; export const name = CI_MODULE; module(CI_MODULE, [CI_STATES, CI_DATASOURCE]);