You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//app.component.html
<tabset>
<tab *ngFor="let i of index" title="i">{{i}}</tab>
</tabset>
//app.component.ts
index = [1,2,3,4];
this is the error i'm seeing in console: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ngIf: false'. Current value: 'ngIf: true'
The text was updated successfully, but these errors were encountered:
For my app component i'm doing
this is the error i'm seeing in console: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ngIf: false'. Current value: 'ngIf: true'
The text was updated successfully, but these errors were encountered: