diff --git a/jambotron-ui/src/app/components/breadcrumb/breadcrumb.component.html b/jambotron-ui/src/app/components/breadcrumb/breadcrumb.component.html new file mode 100644 index 0000000..77f0cb0 --- /dev/null +++ b/jambotron-ui/src/app/components/breadcrumb/breadcrumb.component.html @@ -0,0 +1,43 @@ +@for (breadcrumb of navigationList; track breadcrumb; let last = $last) { + @if (last && breadcrumb.breadcrumbs !== false) { +