@villedemontreal/angular-ui 13.3.0 → 13.3.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.
@@ -433,7 +433,7 @@ class BaoButtonComponent {
433
433
  get nativeElement() {
434
434
  return this.elementRef.nativeElement;
435
435
  }
436
- ngAfterViewInit() {
436
+ ngAfterContentInit() {
437
437
  const childNodes = Array.from(this.nativeElement.childNodes);
438
438
  const textIndex = childNodes.findIndex(c => c.nodeType === Node.TEXT_NODE);
439
439
  this.noText = textIndex === -1;