Posts by adahox_ • 3 points
1 post
-
0
votes2
answers85
viewsQ: Error in ngModel call
I’m making a mistake of ' Cannot read Property 'razao_social' of Undefined' when I call an ngModel in my html. I created an interface like this: export interface IEmpresas { nome_fantasia : string;…