"\"use strict\";\r\n\r\n/*\r\n OBJECTIF: afficher l'ent\u00eate de la page.\r\n REMARQUES: contient le titre BEAST, le teaser, le fil d'ariance. Le controlleur v\u00e9rifie\r\n si on se trouve dans le compte de lecteur afin de param\u00e9trer le fil d'ariane.\r\n*/\r\n(function () {\r\n\r\n\r\n var app = angular.module('homepage', ['angularLoad']);\r\n app.component('prmTopbarAfter',{\r\n bindings: {parentCtrl: '<'},\r\n controllerAs: 'topbarController',\r\n controller: function($location){\r\n },\r\n // template: '<div>TEST</div>'\r\n templateUrl: './custom/41SLSP_EPF-prod/js/homepage/templates/topbar.html'\r\n });\r\n})()\r\n",
"/************************/\r\n/* List of used modules */\r\n/************************/\r\n\r\n// Import central SLSP package ;\r\nimport { centralCustom } from './slsp/custom_slsp.js';\r\nimport { homepage } from './homepage/topbar.js';\r\n\r\nvar app = angular.module('viewCustom', ['angularLoad', 'centralCustom', 'homepage']);\r\n",