@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
11 lines (7 loc) • 438 B
text/typescript
import { module } from 'angular';
import { INSIGHT_FILTER_STATE_MODEL } from './insightFilterState.model';
import { INSIGHT_LAYOUT_COMPONENT } from './insightLayout.component';
import { INSIGHT_MENU_DIRECTIVE } from './insightmenu.directive';
import './insight.less';
export const INSIGHT_MODULE = 'spinnaker.core.insight.module';
module(INSIGHT_MODULE, [INSIGHT_FILTER_STATE_MODEL, INSIGHT_LAYOUT_COMPONENT, INSIGHT_MENU_DIRECTIVE]);