Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

swalert 2 show loader

            Swal.fire({
                title: 'Please Wait !',
                html: 'data uploading',// add html attribute if you want or remove
                allowOutsideClick: false,
                onBeforeOpen: () => {
                    Swal.showLoading()
                },
            });
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #swalert #show #loader
ADD COMMENT
Topic
Name
4+4 =