ng4-loading-spinner
ng4-loading-spinner copied to clipboard
Can't make it work with html code spiner
Hello, i tried to use html code for my spinner using load-awesome, but cannot make it work, all the html i put inside my template had height of 0. Can you make an example how should i use it with html template?
Hi @Pescu , I'll create a demo for you soon. :+1:
i had the similar issue and got with work with custom css injection as implemented in the pluncker sample. add this to your component
styles: [::ng-deep .custom-spinner-template { top: 50% !important; left: 50% !important; }]