Closed pwasilewski closed 8 years ago
Hi,
Did you add ng2-toasty.css in your index.html file?
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="node_modules/ng2-toasty/ng2-toasty.css">
...
It's working perfectly fine now ! Thank you for your help and your components ! :)
Hello,
I installed your component but when I click on my button the message appears and disappears but without any css :
Could you help me find my error :/
And I add
<ng2-toasty></ng2-toasty>
in the html file.Thank you for your time.