Hi
I have try to upgrade Angular 2 to Angular 4. I am facing the below error.
ERROR in D:\angular4sample\angular4sample\node_modules\angular2-platform-node\node-renderer.d.ts
(2,10): error TS2305: Module '"D:/angular4sample/angular4sample/node_modules/@angular/platform-browser/platform-browser"' has no exported member 'AnimationDriver'.
But Before upgrading i can see animation_driver and lot of files.
While upgrading the anuglar 4 i cant able to see these files and shown the above error,
This is my live project i have to fix it in angular 4.
Please guide me