2017-08-18 20 views
0

Im成功のためにポップアップを表示するためのnpm bootstrap-sweetalertライブラリを使用しています。角2:成功のためにポップアップが表示されないbootstrap-sweetalert

https://github.com/adeptoas/sweet-modal

管理\ SRC \ index.htmlを私の.TSファイルで

<!doctype html> 
<html> 

<head> 
    <!--Importing the library here!!--> 
    <link rel="stylesheet" href="../node_modules/sweet-modal/dist/min/jquery.sweet-modal.min.css" /> 
    <script src="../node_modules/sweet-modal/dist/min/jquery.sweet-modal.min.js"></script> 
</head> 

swal("Good job!", "You clicked the button!", "success") 

マイフォルダstrがある:

Proje CT /管理/ node_modules /甘いモーダル/ DIST/JSとCSSファイル

んだけど、何のポップアップがない場所のようなものを取得し、ライブラリーに示すようなアニメーションをチェック:

enter image description here

答えて

関連する問題