Angular4 What definition of Iterable should I use

后端 未结 2 449
闹比i
闹比i 2020-12-12 03:45

I have upgraded my app to the latest Angular 4 (beta-8) version. However I keep having the following error :

@angular\\core\\src\\change_detecti

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 04:17

    I tried the accepted answer for this question but it didn't work in my case.

    In my case I added below line in my main.ts

    ///
    

    which fixed the issue, hope this helps someone.

提交回复
热议问题