I have updated my ionic project to angular 5 and i got the below error with many ionic native plugins..
angular/core/core"' has no exported member 'OpaqueToken
Resolved all of the issues after updating to the latest version , except for ionic-storage. Still its giving this error
node_modules/@ionic/storage/es2015/storage.d.ts import { OpaqueToken } from '@angular/core';
node_modules/@angular/core/core"' has no exported member 'OpaqueToken'.
We can see one open issue @github (142) but no fix or workaround found.