import type { IComponentOptions } from 'angular'; import { module } from 'angular'; const imageSourceSelectorComponent: IComponentOptions = { bindings: { command: '=', imageSources: '<', helpFieldKey: '@', idField: '@', imageSourceText: '<', }, controllerAs: 'ctrl', template: `