I have been trying to use the ionic-native plugins provided by Ionic 3. When I read the install instructions, there are always 2 command lines instead of one.
ionic cordova plugin add cordova-plugin-camera
npm install --save @ionic-native/camera
If my memory serves me right, only a single command similar to ionic plugin add somepluginhere
will get the job done in the old days.
What are the differences here?