May 14, 2024
Zoneless Angular has been possible since a while using the noop trick. Now we see it "simpler" because of all the framework's changes. The problem is that on non-self developed complex projects where some functionalities rely on third party libraries, in most cases you can't just remove Zone without gaining freely more than a headache when trying to fix broken features. And that if you are lucky enough to make them work.
Been there...