ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
445 stars 60 forks source link

[Split Pane] MtxSpliPane - @Input visible v18 stopped working #320

Closed matiasfs12 closed 4 months ago

matiasfs12 commented 4 months ago

Hi, First of all, thank you very much @nzbin for the libray, much appreciated.

After upgrading to v18, looks like the MtxSplitPane Input visible: boolean stopped working.

I tried with Signals / Observable + async pipe / plain variable and seems to be not working, not sure if Angular v18 change detection strategy tweaks might be related.

https://stackblitz.com/edit/stackblitz-starters-5fyrgq?file=src%2Fmain.ts

Thanks in advance.

nzbin commented 4 months ago

18.0.3 has fixed.

matiasfs12 commented 4 months ago

Thanks @nzbin