@villedemontreal/angular-ui 15.2.0 → 15.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -709,7 +709,7 @@ class BaoBreadcrumbComponent {
709
709
  this.createLiElement();
710
710
  }
711
711
  onContentChange() {
712
- this.setLastLinkAttribute();
712
+ this.createLiElement();
713
713
  }
714
714
  createLiElement() {
715
715
  const children = Array.from(this.staticContainer.nativeElement.children);