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
Can you kindly upgrade the Angular 2 version to Angular 4? When I manually try to upgrade to Angular 4 by changing the version in package.json , I am getting many tsLint errors which are preventing the servers from starting up.
PFB the console errors:
ERROR in
\node_modules@angular\core\src\change_detection\differs\default_iterable_differ.d.ts
(28,32): error TS2304: Cannot find name 'Iterable'.
ERROR in
\node_modules@angular\core\src\change_detection\differs\iterable_differs.d.ts
(15,48): error TS2304: Cannot find name 'Iterable'.
Hi,
Can you kindly upgrade the Angular 2 version to Angular 4? When I manually try to upgrade to Angular 4 by changing the version in package.json , I am getting many tsLint errors which are preventing the servers from starting up.
PFB the console errors:
ERROR in
\node_modules@angular\core\src\change_detection\differs\default_iterable_differ.d.ts
(28,32): error TS2304: Cannot find name 'Iterable'.
ERROR in
\node_modules@angular\core\src\change_detection\differs\iterable_differs.d.ts
(15,48): error TS2304: Cannot find name 'Iterable'.
Thanks,
Hari