Sysmat

Results 134 comments of Sysmat

is this lib zonless ready?

when I use ng 19.1.4 & "@ng-bootstrap/ng-bootstrap": "^18.0.0 & ngb-toast I get error ``` RuntimeError: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'undefined'. Current value: 'bg-success...

it seams if I use modal and in modal call toast I get this error `RuntimeError: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'undefined'. Current value:...

@hakimio hm I'm just using this lib 1. provideExperimentalZonelessChangeDetection() 2. readonly #modalService = inject(NgbModal); 3. opening the modal `const modalRef = this.#modalService.open(ConfirmModalComponent);` 4. on confirm calling #toastService https://ng-bootstrap.github.io/#/components/toast/examples#howto-global ```typescript modalRef.result.then(...

- `export declare class NgbToast implements AfterContentInit, OnChanges` this lib is far for zoneless - If I use ngx-toastr lib it works fine

@hakimio complining, it is use case for zonless, yeah I hope have time to post reproduction

@hakimio reproduction: https://stackblitz.com/edit/stackblitz-starters-rgiik8r6?file=demo%2Fsrc%2Fapp%2Fapp.component.ts