1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00
portainer/app/portainer/components/BEFeatureIndicator/index.ts

10 lines
213 B
TypeScript

import controller from './BEFeatureIndicator.controller';
export const beFeatureIndicator = {
templateUrl: './BEFeatureIndicator.html',
controller,
bindings: {
feature: '<',
},
transclude: true,
};