'*ngFor is not working angular for calling data from api

I am trying to get data from api and show it on frontend but *ngFor is not working I checked all variables are working correctly and the data is showing in console.log but not showing on frontend, below I have shared you screenshot for the same

Thank you in advance,

enter image description here enter image description here enter image description here enter image description here



Solution 1:[1]

you declear the projects property in any but this is array.so projects property declear projects:any=[]; like this

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Lu?ci?f?er