UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

12 lines (7 loc) 424 B
'use strict'; import { module } from 'angular'; import { AUTHENTICATION_USER_MENU } from './userMenu.directive'; import './userMenu.less'; export const CORE_AUTHENTICATION_USERMENU_USERMENU_MODULE = 'spinnaker.core.authentication.userMenu'; export const name = CORE_AUTHENTICATION_USERMENU_USERMENU_MODULE; // for backwards compatibility module(CORE_AUTHENTICATION_USERMENU_USERMENU_MODULE, [AUTHENTICATION_USER_MENU]);