UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

9 lines (5 loc) 246 B
import { module } from 'angular'; import { GLOBAL_SEARCH_COMPONENT } from './globalsearch.component'; import './globalSearch.less'; export const GLOBAL_SEARCH = 'spinnaker.core.search.global'; module(GLOBAL_SEARCH, [GLOBAL_SEARCH_COMPONENT]);