I have a ng2 website I upgraded to ng4. On building, I get an error
ERROR in /home/docker/urlmgr-client/node_modules/@angular/core/src/change_detection/differs/iterable_differs.d.ts
(15,48): error TS2304: Cannot find name 'Iterable'.
It is the only error and I never got this error in ng2.
I'm not sure where to begin debugging this. Any help would be appreciated.