UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

6 lines (4 loc) 227 B
import { module } from 'angular'; import { CORE_SUBNET_SUBNETTAG_COMPONENT } from './subnetTag.component'; export const SUBNET_MODULE = 'spinnaker.core.subnet.module'; module(SUBNET_MODULE, [CORE_SUBNET_SUBNETTAG_COMPONENT]);