ngx-translate / http-loader

A loader for ngx-translate that loads translations with http calls
MIT License
193 stars 69 forks source link

ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'ngIf: false'. Current value: 'ngIf: true'. #53

Closed liuchuancong closed 6 years ago

liuchuancong commented 6 years ago

<div id="spinner" *ngIf="isSpinnerVisible">

cichy380 commented 5 years ago

I have the same issue