Angular version 18.2.14 has a bug on @Directive standalone compiling
Summary The Angular version 18.2.14 has a bug related to @Directive standalone compiling. This issue arises when using a directive with the standalone: true property, and the directive is not properly imported into the component’s imports array. The bug causes the page to function incorrectly without throwing any compilation errors. Root Cause The root cause … Read more