(function () { "use strict"; angular.module('shared') .component('languageList', { templateUrl: '/shared/js/angular/ui/language-list.html', transclude: true }); })();