I have migrated from ionic v3 to ionic v4 with the help of Migration from ionic3 to ionic4 documentation.
As per the documentation i have installed newer version of angular by doing
$npm install @ionic/angular
Now in all my pages if my try to import the following statement
import { IonicPage, NavController, NavParams, ViewController, LoadingController } from '@ionic/angular';
IonicPage and ViewController is underlined with red line suggesting the error as `Module has no exported member
How to overcome this issue, i am not able the revert back to older version of ionic-angular