After upgrading from Angular release 21.2.14 to 21.2.15 and now v22. I have an issue on my MacOS with items not rendering
in template I have :
@for(product of products; track product.id_product) { ... }
In the ts I have :
.subscribe(
res => {
this.products = [...res];
}
)
poducts is returning data and not rendering in the template
It's working again when reverting to:
Angular CLI : 21.2.12
Angular : 21.2.14
Node.js : 24.16.0
Package Manager : npm 11.13.0
Operating System : darwin arm64
I have no issue on the production server