UNPKG

linagora-rse

Version:
12 lines (10 loc) 257 B
(function(angular) { 'use strict'; angular.module('linagora.esn.profile') .component('profileShowDetails', { templateUrl: '/profile/app/show/details/profile-show-details.html', bindings: { user: '<' } }); })(angular);