In the below component when the component is loaded in the angular4 app I keep getting the error:
ng:///HeaderModule/HeaderComponent.ngfactory.js:334
in ionic 4 i had this error in my code:
{{num_temp[i]}}
i changed code to: (ngModel is Unnecessary in my code)
and now error not shown :)