UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

8 lines (5 loc) 219 B
import { module } from 'angular'; import './help.contents'; import { HELP_FIELD_COMPONENT } from './helpField.component'; export const HELP_MODULE = 'spinnaker.core.help'; module(HELP_MODULE, [HELP_FIELD_COMPONENT]);