import angular from 'angular' import lookupTemplate from './typeahead-match.template.html' angular.module('app').run(['$templateCache', ($templateCache: ng.ITemplateCacheService) => { $templateCache.put('/components/metadata-form/typeahead-match.template.html', lookupTemplate) }])