16 views
Problem: I have the following error when starting my angular application, even if the component is not showing. I have to comment on the way my app works. zone.js:461 Unhandled Promise rejection: Template parse errors: Can't bind to 'ngModel' since it ... /details/intervention.details.css'] }) export class InterventionDetails { @Input() intervention: Intervention; public test : string = "toto"; }
asked
Feb 26
sasha
16.2k points