I am getting an ExpressionChangedAfterItHasBeenCheckedError reported when I add the following element to my form
<mbsc-input [(ngModel)]="lessonDuration" mbsc-timespan [mbsc-options]="timespanSettings">Duration</mbsc-input>
I have other <mbsc-input>
elements in my form that do not cause an issue, and if I comment this line out, all is ok.
I have tried setting lessonDuration to a fixed value in my class, but still get the same issue.
This is what gets reported in the console
If I set a breakpoint at core.js:7589 I get following chrome debug info
Any ideas ?