In ionic 3 project can't able import plugin in app module

in ionic 3 project can’t able import plugin in app module .
in my existing projet i can’t able to add new plugin.
and also i am create new ionic 3 project and try to plugin same issue is happen again.

Hey,
Can you show what is the message of error ?

Correct your import by adding /ngx like

`import {Camera} from '@ionic-native/camera/ngx’;