@open-rlb/ng-bootstrap 3.1.29 → 3.1.30

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.
@@ -4608,6 +4608,8 @@ class NavbarComponent {
4608
4608
  }
4609
4609
 
4610
4610
  <ng-content select="[rlb-navbar-brand], [rlb-button][toggle], rlb-navbar-separator" />
4611
+ <!-- FOR CUSTOM ELEMENTS -->
4612
+ <ng-content select="[rlb-custom-navbar-items]" />
4611
4613
  @if (enableDropdownToggler()) {
4612
4614
  <button
4613
4615
  class="navbar-toggler"
@@ -4629,8 +4631,6 @@ class NavbarComponent {
4629
4631
  <ng-content
4630
4632
  select="rlb-navbar-items, rlb-navbar-form, rlb-navbar-text, rlb-navbar-separator"
4631
4633
  />
4632
- <!-- FOR CUSTOM ELEMENTS -->
4633
- <ng-content select="[rlb-custom-navbar-items]" />
4634
4634
  </div>
4635
4635
  </div>
4636
4636
  </div>
@@ -4662,6 +4662,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
4662
4662
  }
4663
4663
 
4664
4664
  <ng-content select="[rlb-navbar-brand], [rlb-button][toggle], rlb-navbar-separator" />
4665
+ <!-- FOR CUSTOM ELEMENTS -->
4666
+ <ng-content select="[rlb-custom-navbar-items]" />
4665
4667
  @if (enableDropdownToggler()) {
4666
4668
  <button
4667
4669
  class="navbar-toggler"
@@ -4683,8 +4685,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.2", ngImpor
4683
4685
  <ng-content
4684
4686
  select="rlb-navbar-items, rlb-navbar-form, rlb-navbar-text, rlb-navbar-separator"
4685
4687
  />
4686
- <!-- FOR CUSTOM ELEMENTS -->
4687
- <ng-content select="[rlb-custom-navbar-items]" />
4688
4688
  </div>
4689
4689
  </div>
4690
4690
  </div>