mirror of https://github.com/portainer/portainer
8 lines
228 B
TypeScript
8 lines
228 B
TypeScript
![]() |
import angular from 'angular';
|
||
|
|
||
|
import { EdgeScriptFormAngular } from './EdgeScriptForm';
|
||
|
|
||
|
export const componentsModule = angular
|
||
|
.module('app.edge.components', [])
|
||
|
.component('edgeScriptForm', EdgeScriptFormAngular).name;
|