We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요. 해당 플러그인을 ionic2에서 어떻게 import해서 사용해야 하는지 알려주시면 고맙겠습니다.
The text was updated successfully, but these errors were encountered:
import { ... } ....; ... declare var KakaoTalk:any; // 임폴트 구문 다음
... kakaoShare(){ this.platform.ready().then(() => { if(typeof(KakaoTalk) !== "undefined"){ KakaoTalk.share({...}); } }); }
Sorry, something went wrong.
No branches or pull requests
안녕하세요.
해당 플러그인을 ionic2에서 어떻게 import해서 사용해야 하는지 알려주시면 고맙겠습니다.
The text was updated successfully, but these errors were encountered: