santhosh-js
Results
2
comments of
santhosh-js
> how do you include sweetalert2 in your code? I installed it with: `npm install sweetalert2` How I Include SweetAlert2 in My Angular Project `import Swal from 'sweetalert2';` ``` Swal.fire({...
Hi @limonte , Thanks for the suggestion. I tried following the recommended approach to comply with our CSP: - Used `import Swal from 'sweetalert2/dist/sweetalert2.js'; `to avoid the pre-bundled styles. -...