(function () { 'use strict'; const template = ` `; angular.module('vfApp').component('bsBreadcrumb', { bindings: { breadcrumb: '<', }, template, }); })();